Skip to content

Commit

Permalink
This is version 5.4.1.
Browse files Browse the repository at this point in the history
  • Loading branch information
teo-tsirpanis committed Mar 23, 2020
1 parent d8a8c3a commit 22bae5f
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion RELEASE_NOTES.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
#### 5.4.0
#### 5.4.1 - 23-03-2020
* Refactor some designtime Farkle functions (like `many1`) to use less nonterminals.
* Add functions and regexes to create terminals for unsigned real numbers.

#### 5.4.0 - 20-03-2020
* You can now add lexical groups in a grammar. They resemble [GOLD Parser's feature](http://www.goldparser.org/doc/grammars/define-groups.htm), but always advance by character and do not not support nesting.
* Add a couple of methods in runtime Farkles to easily check whether building it had succeeded.
* Lexical errors are reported at the point they occur; not at the point of the first character read by the tokenizer.
Expand Down

0 comments on commit 22bae5f

Please sign in to comment.