]> granicus.if.org Git - jq/commit
Move everything around - delete old Haskell code, clean up build.
authorStephen Dolan <mu@netsoc.tcd.ie>
Tue, 18 Sep 2012 16:44:43 +0000 (17:44 +0100)
committerStephen Dolan <mu@netsoc.tcd.ie>
Tue, 18 Sep 2012 16:44:43 +0000 (17:44 +0100)
commita4eea165bbab6d13f89b59707e835d58b7014a66
treeb99ee5dde8540f8dbe5de3d87b99e04ac4dd2673
parent25cbab056b1f73e96b636c88779a92400d92dc15
Move everything around - delete old Haskell code, clean up build.
35 files changed:
.gitignore
JQ.hs [deleted file]
Lexer.x [deleted file]
Main.hs [deleted file]
Makefile [moved from c/Makefile with 50% similarity]
Parser.y [deleted file]
builtin.c [moved from c/builtin.c with 100% similarity]
builtin.h [moved from c/builtin.h with 100% similarity]
bytecode.c [moved from c/bytecode.c with 100% similarity]
bytecode.h [moved from c/bytecode.h with 100% similarity]
compile.c [moved from c/compile.c with 100% similarity]
compile.h [moved from c/compile.h with 100% similarity]
execute.c [moved from c/execute.c with 100% similarity]
forkable_stack.h [moved from c/forkable_stack.h with 100% similarity]
frame_layout.h [moved from c/frame_layout.h with 100% similarity]
gen_utf8_tables.py [moved from c/gen_utf8_tables.py with 100% similarity]
jv.c [moved from c/jv.c with 100% similarity]
jv.h [moved from c/jv.h with 100% similarity]
jv_dtoa.c [moved from c/jv_dtoa.c with 100% similarity]
jv_dtoa.h [moved from c/jv_dtoa.h with 100% similarity]
jv_parse.c [moved from c/jv_parse.c with 100% similarity]
jv_parse.h [moved from c/jv_parse.h with 100% similarity]
jv_print.c [moved from c/jv_print.c with 100% similarity]
jv_test.c [moved from c/jv_test.c with 100% similarity]
jv_unicode.c [moved from c/jv_unicode.c with 98% similarity]
jv_unicode.h [moved from c/jv_unicode.h with 100% similarity]
lexer.l [moved from c/lexer.l with 98% similarity]
locfile.h [moved from c/locfile.h with 100% similarity]
main.c [moved from c/main.c with 100% similarity]
opcode.c [moved from c/opcode.c with 100% similarity]
opcode.h [moved from c/opcode.h with 100% similarity]
opcode_list.h [moved from c/opcode_list.h with 100% similarity]
parser.h [moved from c/parser.h with 100% similarity]
parser.y [moved from c/parser.y with 99% similarity]
testdata [moved from c/testdata with 100% similarity]