]> git.mdlowis.com Git - proto/sclpl.git/commit
setup test framework and added first test
authorMichael D. Lowis <mike@mdlowis.com>
Sun, 31 Mar 2019 03:35:12 +0000 (23:35 -0400)
committerMichael D. Lowis <mike@mdlowis.com>
Sun, 31 Mar 2019 03:35:12 +0000 (23:35 -0400)
commit921aca566ce39b3b097eea932c717a218f63b656
treec0fa9fd687ad292f71b7cf16b4816fee46410da4
parent0bab93bba2ed20b8c1336d8c986626b8c75201c2
setup test framework and added first test
.gitignore
Makefile
inc/atf.h [new file with mode: 0644]
src/lex.c
test/lex.c [new file with mode: 0644]
test/main.c [new file with mode: 0644]
test/parser.c [new file with mode: 0644]