https://github.com/starbops/mjp
MiniJava Parser Using Lex & Yacc
https://github.com/starbops/mjp
Last synced: 6 months ago
JSON representation
MiniJava Parser Using Lex & Yacc
- Host: GitHub
- URL: https://github.com/starbops/mjp
- Owner: starbops
- Created: 2013-04-05T15:49:37.000Z (over 13 years ago)
- Default Branch: master
- Last Pushed: 2013-04-05T15:58:39.000Z (over 13 years ago)
- Last Synced: 2025-05-12T11:13:05.670Z (about 1 year ago)
- Size: 109 KB
- Stars: 2
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
MJP
===
MiniJava Parser Using Lex & Yacc
```
% yacc -d mj.y
% lex mj.y
% cc y.tab.c lex.yy.c -o mj
```