aboutsummaryrefslogtreecommitdiff
path: root/src/semantic_info.hpp
AgeCommit message (Collapse)Author
2015-12-08add array access syntaxAndrew Kelley
2015-12-08codegen does signed, unsigned, and floating point mathAndrew Kelley
2015-12-07integrate debug scopes with block contextAndrew Kelley
2015-12-07all variables have memory addressesAndrew Kelley
2015-12-07add debugging info for array typeAndrew Kelley
2015-12-07getting started on array typesJosh Wolfe
2015-12-06add mutable local variablesAndrew Kelley
2015-12-05add unused label errorAndrew Kelley
2015-12-03exporting .h file supports voidAndrew Kelley
2015-12-03more C header interoperabilityAndrew Kelley
2015-12-03local variables workJosh Wolfe
2015-12-03analysis for variable declaration, but not variable referenceJosh Wolfe
2015-12-03add labels and gotoAndrew Kelley
2015-12-02fix parameter access and thus shared library exampleAndrew Kelley
2015-12-01support if conditionalsAndrew Kelley
2015-12-01implicit void statements and all tests pass with type checkingJosh Wolfe
2015-12-01string literals have type *const u8Josh Wolfe
2015-12-01support multiple filesAndrew Kelley
2015-12-01add --color cli arg to override tty detectionAndrew Kelley
2015-12-01colored error messages that tell the source fileAndrew Kelley
2015-11-30analyze looks for root export decl only in the root source fileAndrew Kelley
2015-11-30closer to multiple files workingAndrew Kelley
2015-11-30refactor code to prepare for multiple filesAndrew Kelley
verbose compiler output is now behind --verbose flag
2015-11-30no more TypeId. use g->builtin_types.Josh Wolfe
2015-11-30analyze no longer depends on llvm C++ APIAndrew Kelley
2015-11-30factor analysis code out of codegenJosh Wolfe