bolt/src
2020-11-01 13:13:41 +01:00
..
bin First steps in supporting 'trait' and 'impl' 2020-06-16 20:45:53 +02:00
foreign js/parser.ts: Remove some unused imports 2020-05-30 11:33:50 +02:00
parsegen Integrate with new AST system 2020-05-10 15:57:44 +02:00
test [WIP] Improve type checking algorithm 2020-10-30 18:30:08 +01:00
transforms Multiple fixes and a rewrite of the type checker 2020-10-29 21:12:11 +01:00
ast-spec.ts Add support for parsing if-expressions 2020-11-01 13:13:41 +01:00
ast.ts Add support for parsing if-expressions 2020-11-01 13:13:41 +01:00
bindings.ts Major update to code 2020-02-26 18:53:28 +01:00
checker.ts [WIP] Improve type checking algorithm 2020-10-30 18:30:08 +01:00
checks.ts Multiple fixes and a rewrite of the type checker 2020-10-29 21:12:11 +01:00
common.ts Add support for parsing if-expressions 2020-11-01 13:13:41 +01:00
constants.ts Small fixes and major enhancements to TypeChecker 2020-05-28 14:08:49 +02:00
diagnostics.ts [WIP] Improve type checking algorithm 2020-10-30 18:30:08 +01:00
emitter.ts Small fixes and major enhancements to TypeChecker 2020-05-28 14:08:49 +02:00
evaluator.ts Multiple fixes and a rewrite of the type checker 2020-10-29 21:12:11 +01:00
frontend.ts Multiple fixes and a rewrite of the type checker 2020-10-29 21:12:11 +01:00
index.ts Add a simple scanner for identifiers 2020-02-24 18:30:39 +01:00
ioc.ts Fix issue in launch.json 2020-05-27 17:18:05 +02:00
marktest.ts Add a POC test runner for the parser and scanner 2020-06-03 09:19:30 +02:00
package.ts Update frontend and integration with CLI 2020-05-31 20:48:13 +02:00
parser.ts Add support for parsing if-expressions 2020-11-01 13:13:41 +01:00
program.ts Fix errors and make project work again 2020-06-01 21:49:28 +02:00
resolver.ts Fix 'impl' elements being added to parent scope 2020-06-16 20:52:33 +02:00
scanner.ts Add support for parsing if-expressions 2020-11-01 13:13:41 +01:00
text.ts Make test infrasture more usable by adding a diff reporter 2020-06-13 19:24:56 +02:00
util.ts [WIP] Improve type checking algorithm 2020-10-30 18:30:08 +01:00