]> git.mdlowis.com Git - proto/sclpl.git/commit
Added spec for C code generator (still busted). Enabled optimization for the main...
authorMichael D. Lowis <mike@mdlowis.com>
Fri, 17 Oct 2014 19:52:38 +0000 (15:52 -0400)
committerMichael D. Lowis <mike@mdlowis.com>
Fri, 17 Oct 2014 19:52:38 +0000 (15:52 -0400)
commit61bd0fa6c93ac69b36b6fcdbdd95f5a9e45f46b5
tree0a4bd6daa45007d7a1c5fef124c5059efd2cfde6
parentb3c7ed56ee40e2848f120db61c342095edb1a129
Added spec for C code generator (still busted). Enabled optimization for the main build. Switched require syntax to use strings
Rakefile
source/sclpl/codegen.c
source/sclpl/grammar.c
spec/codegen_spec.rb [new file with mode: 0644]
spec/lexer_spec.rb
spec/parser_spec.rb
spec/spec_helper.rb