diff --git a/README.md b/README.md new file mode 100644 index 0000000..9d9a3fa --- /dev/null +++ b/README.md @@ -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/)