-
Notifications
You must be signed in to change notification settings - Fork 0
prtsh/Simple-Programming-Language
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
#How to run - $python3 sbml.py <inputfile> <inputfile> file is your program #Files included - 1. sbml.py, main file 2. sbmllexer.py, lexer file, contains token definitions 3. sbmlparser.py, parser file, containes grammer rules Parser is not 100% bug free and many production rules are created in a adhoc way.
About
A programming language interpreter using Python PLY (lex and yacc) library
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published