Initial CL parser/generator implementation

This commit is contained in:
2019-08-07 16:16:36 +02:00
commit 8126f8e3d1
25 changed files with 3728 additions and 0 deletions

6
.gitmodules vendored Normal file
View File

@ -0,0 +1,6 @@
[submodule "tools/cl-ppcre"]
path = tools/cl-ppcre
url = https://apps.pmsf.net/stash/scm/oscl/cl-ppcre.git
[submodule "tools/cl-yacc"]
path = tools/cl-yacc
url = https://github.com/jech/cl-yacc.git