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| Name | Name | Last commit date | ||
|---|---|---|---|---|
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