An open API service indexing awesome lists of open source software.

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

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
```