implemented return statement, and if/while/dowhile use ConditionalBranch but does...
commit6f8c74defa50c77de09fd59d0b90d74debc8f490
authorAlexandre Bique <bique.alexandre@gmail.com>
Mon, 9 Mar 2009 23:49:42 +0000 (9 23:49 +0000)
committerAlexandre Bique <bique.alexandre@gmail.com>
Mon, 9 Mar 2009 23:49:42 +0000 (9 23:49 +0000)
tree3c3daa4027ebe6851a99bf03b4d1a9a86638df1c
parent6fceb8201e4a62471eb99eb1748cb98948f9d30b
implemented return statement, and if/while/dowhile use ConditionalBranch but does not herit it.
doc/roadmap.doch
src/ast/cast-tables.cc
src/ast/generator-data.cc
src/ast/generator-lib.cc
src/ast/llvm-generator-visitor.cc
src/ast/llvm-generator-visitor.hh
src/ast/simplify-visitor.cc
src/ast/type-checker-visitor.cc
src/ast/type-checker-visitor.hh
src/lang/mugiwara/bison-parser/parser.y
tests/lang/mugiwara/input/while.mgw