mirror of
https://github.com/samsonjs/compiler.git
synced 2026-03-25 08:45:52 +00:00
23 lines
311 B
Text
23 lines
311 B
Text
.DS_Store
|
|
*.o
|
|
trash
|
|
test/*.o
|
|
test/*.asm
|
|
|
|
# TODO just ignore test/bin/* or similar
|
|
test/test_big
|
|
test/test_lt
|
|
test/test_gt
|
|
test/test_ge
|
|
test/test_le
|
|
test/test_eq
|
|
test/test_neq
|
|
test/test_while
|
|
test/test_if
|
|
test/test_until
|
|
test/test_repeat
|
|
test/test_do
|
|
test/test_for
|
|
test/test_break
|
|
test/test_print
|
|
test/test_huge
|