Skip to content

Latest commit

 

History

History
27 lines (18 loc) · 430 Bytes

README.md

File metadata and controls

27 lines (18 loc) · 430 Bytes

RDP

RDP stands for Recursive Descent Parser. The best way to learn from this repo is through the test cases.

Run Tests

yarn install && yarn test

Run ClI

# Run expression
./bin/rdp -e 'let x = 1;'
# Run file
./bin/rdp -f ./bin/example.txt

References

AST explorer
RegExr: Learn, Build, & Test RegEx

Licence

MIT License