]> git.mdlowis.com Git - proto/cerise-c.git/commit
started implementing type checker
authorMike Lowis <mike.lowis@gentex.com>
Wed, 16 Oct 2024 19:56:12 +0000 (15:56 -0400)
committerMike Lowis <mike.lowis@gentex.com>
Wed, 16 Oct 2024 19:56:12 +0000 (15:56 -0400)
commit7a44e5d91951a21e3f1115bef26df3aa478a6bf7
treefb52c892853dd178c55ea4618e1735856dc8dda8
parent112c3cec1a2eb2089a0d3d7bd2b68849c3e9d328
started implementing type checker
cerise-c.m
cerise-c.rb
lib/codegen.rb [new file with mode: 0644]
lib/compiler.rb [new file with mode: 0644]
lib/ir.rb [new file with mode: 0644]
lib/lexer.rb [new file with mode: 0644]
lib/parser.rb [new file with mode: 0644]
lib/sym_table.rb [new file with mode: 0644]
lib/type_checker.rb [new file with mode: 0644]
lib/value.rb [new file with mode: 0644]