From 5862966ddfc6585d87e066532b485453509a3bc1 Mon Sep 17 00:00:00 2001 From: Bruno BELANYI Date: Sat, 4 Jun 2022 22:04:10 +0200 Subject: [PATCH] Add README --- README.md | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 README.md 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/)