Initial commit of parser.
authorRichard W.M. Jones <rjones@redhat.com>
Thu, 19 Dec 2019 12:18:25 +0000 (12:18 +0000)
committerRichard W.M. Jones <rjones@redhat.com>
Sat, 21 Dec 2019 16:56:00 +0000 (16:56 +0000)
commit53a2161b3e0ff69420968c0fba82b93800a6b381
tree64a79e294a5e1c1edd9c0608e423992ba3969c7e
Initial commit of parser.
16 files changed:
.gitignore [new file with mode: 0644]
COPYING [new file with mode: 0644]
Goalfile.in [new file with mode: 0644]
Makefile.in [new file with mode: 0644]
autogen.sh [new file with mode: 0755]
configure.ac [new file with mode: 0644]
m4/ocaml.m4 [new file with mode: 0644]
parsing/Goalfile.in [new file with mode: 0644]
parsing/Makefile.in [new file with mode: 0644]
parsing/ast.ml [new file with mode: 0644]
parsing/ast.mli [new file with mode: 0644]
parsing/lexer.mli [new file with mode: 0644]
parsing/lexer.mll [new file with mode: 0644]
parsing/main.ml [new file with mode: 0644]
parsing/parser.mly [new file with mode: 0644]
stamp-h.in [new file with mode: 0644]