issues
search
polystat
/
odin
Object Dependency Inspector
10
stars
2
forks
source link
Rewrote EO parser with `cats-parse`
#10
Closed
nikololiahim
closed
2 years ago
nikololiahim
commented
3 years ago
EO Parser has been rewritten to
cats-parse
.
In addition, Java and Unicode escape sequences (
\n
,
\u0416
) are now recognized and unescaped in both char and string literals.
In addition to existing handcrafted tests, parser is now validated against a valid EO program generator created with
scalacheck
.
\n
,\u0416
) are now recognized and unescaped in both char and string literals.