diff options
-rw-r--r-- | .gitattributes | 1 | ||||
-rw-r--r-- | README.md | 6 |
2 files changed, 7 insertions, 0 deletions
diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..176a458 --- /dev/null +++ b/.gitattributes @@ -0,0 +1 @@ +* text=auto diff --git a/README.md b/README.md new file mode 100644 index 0000000..5fc1eef --- /dev/null +++ b/README.md @@ -0,0 +1,6 @@ +lunaria +======= + +a LALR(1) parser-generator for lua 5.1 + +yayc (yet another yacc (yet another compiler compiler) clone) |