first commit

This commit is contained in:
pena 2022-01-17 18:10:12 +01:00
commit e1c6aeeeed
42 changed files with 1305 additions and 0 deletions

10
test/cram/dune Normal file
View file

@ -0,0 +1,10 @@
(cram
(deps
%{bin:scfg}
bug1.scfg
bug2.scfg
bug3.scfg
lex_error.scfg
parse_start_with_newline.scfg
(glob_files parse_error*.scfg)
test1.scfg))