diff options
author | sanine <sanine.not@pm.me> | 2023-05-26 10:50:21 -0500 |
---|---|---|
committer | sanine <sanine.not@pm.me> | 2023-05-26 10:50:21 -0500 |
commit | 4a68b99488dc27a6e956649363cab5224a823add (patch) | |
tree | e54e490e8818093fbd6770899695645b375c3e09 |
initial commitmain
-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) |