https://github.com/nezteb/lexer-parser-in-lua
This is for a programming languages class I'm in. Both assignments have already been turned in for the class, so I'm uploading my submissions here for my own future reference (not for cheating).
https://github.com/nezteb/lexer-parser-in-lua
lexer lua parser
Last synced: 6 months ago
JSON representation
This is for a programming languages class I'm in. Both assignments have already been turned in for the class, so I'm uploading my submissions here for my own future reference (not for cheating).
- Host: GitHub
- URL: https://github.com/nezteb/lexer-parser-in-lua
- Owner: Nezteb
- License: unlicense
- Created: 2015-03-06T19:28:38.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2015-03-20T04:47:36.000Z (about 11 years ago)
- Last Synced: 2024-05-02T01:58:19.924Z (almost 2 years ago)
- Topics: lexer, lua, parser
- Language: Lua
- Size: 160 KB
- Stars: 2
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# lexer-parser-in-lua
This is for a programming languages class I'm in. Both assignments have already been turned in for the class, so I'm uploading my submissions here for my own future reference (not for cheating).
`lexit.lua` is the lexer I wrote.
`lexit_test.lua` is the test for the lexer (written by my professor).
`spt15.lua` is the parser I wrote.
`spt15_test.lua` is the test for the parser (written by my professor).
You should use at least Lua 5.2 for all of this.