1
0
Fork
You've already forked parser-experiment
0
Parser combinators in JS
  • JavaScript 100%
2023年08月11日 09:28:34 +03:00
arithmetic Improved naming. 2023年08月11日 09:28:34 +03:00
parser-combinators Improved naming. 2023年08月11日 09:28:34 +03:00
LICENSE.txt Added LICENSE and README. 2023年08月09日 19:00:21 +03:00
main.mjs Restructured exports. 2023年08月09日 12:53:59 +03:00
README.md Added LICENSE and README. 2023年08月09日 19:00:21 +03:00

An experiment implementing parser combinators in JS

Usage:

node main.js 1+2*3

License

Copyright 2023 Emilis Dambauskas dev@emilis.net

This is free software, and you are welcome to redistribute it under certain conditions; see LICENSE.txt for details.