https://github.com/patrick330602/progrotron-x8-complier
A fake compiler for a made-up programming language
https://github.com/patrick330602/progrotron-x8-complier
Last synced: 8 months ago
JSON representation
A fake compiler for a made-up programming language
- Host: GitHub
- URL: https://github.com/patrick330602/progrotron-x8-complier
- Owner: patrick330602
- Created: 2018-04-30T03:54:18.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2018-05-10T18:57:13.000Z (about 8 years ago)
- Last Synced: 2025-01-20T12:45:20.280Z (over 1 year ago)
- Language: Yacc
- Size: 6.84 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# progrotron-x8-complier
A fake compiler for a made-up programming language called protontron x8 that looks a bit similar to C and prolog. And this is just a checker to check whether the language syntax or not.
Homework of a Translator course.
install `bison` and `flex` before compile.