Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Ocamllex + Menhir version of TinyLang #1

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

vaquierm
Copy link

Students taking COMP520 should all have completed COMP302 since it is a prerequisite for this class.

I feel like this course could be a good opportunity for some curious students to work on a large project written in a functional language. Since most students coming into this class should be comfortable with OCaml from COMP302, I thought it could be nice to add a template here to help get started.

The tools OCamllex and Menhir are very similar to Flex and Bison and have almost the same syntax.

* Added an Ocamllex and Menhir vesion of TinyLang

* Deleted parser automation file

* Added gitignore
@vaquierm vaquierm changed the title Added Ocamllex + Menhir version of TinyLang Ocamllex + Menhir version of TinyLang Feb 26, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

1 participant