Add README

This commit is contained in:
Bruno BELANYI 2022-06-04 22:04:10 +02:00
parent d6f624ebda
commit 5862966ddf
1 changed files with 11 additions and 0 deletions

11
README.md Normal file
View File

@ -0,0 +1,11 @@
# tree-sitter-tiger
Tiger grammar for [tree-sitter](https://github.com/tree-sitter/tree-sitter).
It includes extensions to the language that are specific to the EPITA dialect of
Tiger: meta-variables, and Object Oriented syntax.
## References
- [EPITA's Tiger assignment website](https://assignments.lrde.epita.fr/)
- [Official website for A. W. Appel's book](https://www.cs.princeton.edu/~appel/modern/)