Skip to content

AttackOnMorty/rdp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

41 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Recursive Descent Parser

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published