blog-static/code/compiler/13
Danila Fedorin 85394b185d Add prototype impl of case specialization.
Boolean cases could be translated to ifs, and
integer cases to jumps. That's still in progress.
2020-09-09 22:49:35 -07:00
..
examples Fork off version 13 of the compiler. 2020-09-08 18:38:05 -07:00
CMakeLists.txt Require C++17 for optionals 2020-09-09 15:14:37 -07:00
ast.cpp Add prototype impl of case specialization. 2020-09-09 22:49:35 -07:00
ast.hpp Add locations to patterns. 2020-09-09 15:15:09 -07:00
binop.cpp Fork off version 13 of the compiler. 2020-09-08 18:38:05 -07:00
binop.hpp Fork off version 13 of the compiler. 2020-09-08 18:38:05 -07:00
definition.cpp Replace throw 0 with real exceptions or assertions. 2020-09-09 17:19:23 -07:00
definition.hpp Keep track of locations in definitions. 2020-09-09 14:19:46 -07:00
env.cpp Replace throw 0 with real exceptions or assertions. 2020-09-09 17:19:23 -07:00
env.hpp Fork off version 13 of the compiler. 2020-09-08 18:38:05 -07:00
error.cpp Add extra line after code fence. 2020-09-09 15:25:48 -07:00
error.hpp Add locations to error reporting. 2020-09-09 15:08:43 -07:00
global_scope.cpp Fork off version 13 of the compiler. 2020-09-08 18:38:05 -07:00
global_scope.hpp Fork off version 13 of the compiler. 2020-09-08 18:38:05 -07:00
graph.cpp Fork off version 13 of the compiler. 2020-09-08 18:38:05 -07:00
graph.hpp Fork off version 13 of the compiler. 2020-09-08 18:38:05 -07:00
instruction.cpp Fork off version 13 of the compiler. 2020-09-08 18:38:05 -07:00
instruction.hpp Fork off version 13 of the compiler. 2020-09-08 18:38:05 -07:00
llvm_context.cpp Fork off version 13 of the compiler. 2020-09-08 18:38:05 -07:00
llvm_context.hpp Fork off version 13 of the compiler. 2020-09-08 18:38:05 -07:00
main.cpp Add 'internal' types. 2020-09-09 18:08:38 -07:00
parse_driver.hpp Replace throw 0 with real exceptions or assertions. 2020-09-09 17:19:23 -07:00
parsed_type.cpp Replace throw 0 with real exceptions or assertions. 2020-09-09 17:19:23 -07:00
parsed_type.hpp Fork off version 13 of the compiler. 2020-09-08 18:38:05 -07:00
parser.y Add locations to patterns. 2020-09-09 15:15:09 -07:00
runtime.c Fork off version 13 of the compiler. 2020-09-08 18:38:05 -07:00
runtime.h Fork off version 13 of the compiler. 2020-09-08 18:38:05 -07:00
scanner.l Make driver keep track of line numbers and locations. 2020-09-09 13:57:01 -07:00
test.cpp Fork off version 13 of the compiler. 2020-09-08 18:38:05 -07:00
type.cpp Add 'internal' types. 2020-09-09 18:08:38 -07:00
type.hpp Add 'internal' types. 2020-09-09 18:08:38 -07:00
type_env.cpp Replace throw 0 with real exceptions or assertions. 2020-09-09 17:19:23 -07:00
type_env.hpp Fork off version 13 of the compiler. 2020-09-08 18:38:05 -07:00