Parser combinators in JS
- JavaScript 100%
| arithmetic | Improved naming. | |
| parser-combinators | Improved naming. | |
| LICENSE.txt | Added LICENSE and README. | |
| main.mjs | Restructured exports. | |
| README.md | Added LICENSE and README. | |
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.