RDP stands for Recursive Descent Parser. The best way to learn from this repo is through the test cases.
yarn install && yarn test
# Run expression
./bin/rdp -e 'let x = 1;'
# Run file
./bin/rdp -f ./bin/example.txt
RDP stands for Recursive Descent Parser. The best way to learn from this repo is through the test cases.
yarn install && yarn test
# Run expression
./bin/rdp -e 'let x = 1;'
# Run file
./bin/rdp -f ./bin/example.txt