]> git.mdlowis.com Git - proto/cerise-c.git/commit
change where module resolution happens. Now it is happening in the parser and is...
authorMike Lowis <mike.lowis@gentex.com>
Mon, 21 Oct 2024 20:29:20 +0000 (16:29 -0400)
committerMike Lowis <mike.lowis@gentex.com>
Mon, 21 Oct 2024 20:29:20 +0000 (16:29 -0400)
commit303875d65da3ce88e296ed6293fd40e8819b4950
tree6f705c83b0d866698ef74e5009661d2f6ec99c1a
parent329c1bf0eff24eb8c084d6147acea94ab8f41df5
change where module resolution happens. Now it is happening in the parser and is a bit simpler. Code generation still needs to handle outputiing the correct symbol names
lib/ir.rb
lib/parser.rb
lib/type_checker.rb