All notable changes to this project will be documented in this file. See standard-version for commit guidelines.
1.6.4 (2021-03-01)
- added language (b93ff1e)
- sentence from lexer (35735c9)
- slow because of sha3 (f817d8b)
- version of language (85183f8)
1.6.3 (2021-02-24)
- do not embed test directory (e6f70ec)
1.6.2 (2021-02-17)
- export (4ce798c)
1.6.1 (2021-02-16)
1.6.0 (2021-02-16)
- add LLktable (72a5f6e)
- added getFirstFollowIntersec (6e56eaf)
- added isStrongLLk (86e159b)
- added test on simple LL1 grammar (0912fb7)
- adding firstk (10384de)
- Word class (61f6b6c)
- word memory leak (1fe9ad2)
1.5.0 (2021-02-09)
1.4.1 (2021-02-08)
- empty rules (09bcb79)
1.4.0 (2021-02-08)
- add dfs1 (085ed0d)
- export common (021def6)
1.3.5 (2021-02-08)
1.3.4 (2021-02-08)
- updated tree package (15c7df5)
1.3.3 (2021-02-06)
1.3.2 (2021-02-05)
- upgrade lib (70fd69d)
1.3.1 (2021-02-04)
1.3.0 (2021-02-04)
- added bfs1 async (ff8f75c)
1.2.0 (2021-01-22)
- add check start symbol (c7c5ce6)
- added alphabet check (76d16f0)
- added cache in cfg for LR1 (8f74eed)
- added first function (LL1) (5d38e85)
- added follow (7ef0b31)
- added getStartState (b5f5b38)
- added LALR1 (a1bb23a)
- added LALR1 (cbae5ed)
- added lrstate stack (4f0155d)
- added option to reset (de5b223)
- added parse error with pos info (805094b)
- added SLR1 (114a1d1)
- added toString method for sentential form (24f9418)
- better cache for LR0 (7ffff84)
- follow and first, first* ok (49b15b7)
- isReducable (d0d4720)
- left recursion (40077af)
- left recursion (61b7e42)
- LL1 almost ok (34f22e8)
- ll1 working (f0a83ca)
- LR (02040bc)
- LR1 automaton (1523fb9)
- LR1 checks reduce/reduce conflicts. (fa9c8fc)
- making it really LR0 (4eeb9bf)
- added filter to LL1 (d439897)
- allows to serialize transition (cb3b70b)
- error if remaining text. (0959288)
- first add epsilon in one case (fd94018)
- first better computed (1c016d2)
- no console log. LR1 becomes LR0 (f2374c1)
- updated lexer (659ee08)
- updated seqmax (4524e95)
1.1.0 (2021-01-14)
- added cfg (51714e1)
- added dependancy tree (2f9415d)
- added hasEmtptyProduction (a43d3b7)
- attribute of (05860b1)
- better api (ac28468)
- better typings (292afe9)
- lint (ebe7d97)
1.0.2 (2021-01-06)
- added npmignore (3d57d46)
- added standard version (d2fb45a)