Skip to content

Commit

Permalink
Mention scanner improvements in HISTORY file.
Browse files Browse the repository at this point in the history
  • Loading branch information
cpressey committed Feb 26, 2022
1 parent 218ac81 commit 1731b43
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions HISTORY.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,9 @@ Castile 0.5

### Implementation

* Lexical scanner has been split off from parser code, into
its own module. A performance bug (using O(n^2) space
instead of O(n)) during scanning has also been fixed.
* Line numbers are recorded in the AST when parsing, and
reported on type errors when type errors occur.
* Requesting the AST be dumped, will also dump the AST with
Expand Down

0 comments on commit 1731b43

Please sign in to comment.