bolt/src
2020-05-27 09:12:06 +02:00
..
bin Major update to code base 2020-05-26 21:03:28 +02:00
foreign Some minor fixes and extensions to parser and type checker 2020-05-24 22:23:25 +02:00
parsegen Integrate with new AST system 2020-05-10 15:57:44 +02:00
transforms Major update to code base 2020-05-26 21:03:28 +02:00
treegen src/treegen/ast-template.js: Fix an obsolete stratement 2020-05-27 09:12:06 +02:00
ast-spec.txt Add missing 'typeNode' to BoltTypeParameter 2020-05-27 09:08:07 +02:00
ast.d.ts src/ast.d.ts: Update to new spec 2020-05-27 09:10:00 +02:00
bindings.ts Major update to code 2020-02-26 18:53:28 +01:00
checks.ts Fix some issues in SymbolResolver 2020-05-27 09:11:03 +02:00
common.ts Fix some issues in SymbolResolver 2020-05-27 09:11:03 +02:00
constants.ts Move some declarations from src/util.ts to src/common.ts 2020-05-24 21:50:29 +02:00
debugServer.ts Update the parser and related files 2020-05-22 19:51:49 +02:00
di.ts Re-write the type-checker to make it more extensible 2020-05-23 21:15:20 +02:00
diagnostics.ts src/diagnostics.ts: Some fixes and better diagnostic printing 2020-05-26 08:39:46 +02:00
emitter.ts Major update to code base 2020-05-26 21:03:28 +02:00
evaluator.ts Make error checking on stdlib work again 2020-05-26 22:58:31 +02:00
frontend.ts Make error checking on stdlib work again 2020-05-26 22:58:31 +02:00
index.ts Add a simple scanner for identifiers 2020-02-24 18:30:39 +01:00
parser.ts Add missing 'typeNode' to BoltTypeParameter 2020-05-27 09:08:07 +02:00
program.ts Improve symbol resolution algorithms in type checker 2020-05-25 15:52:19 +02:00
renamer.ts Another set of fixes 2020-05-10 23:50:53 +02:00
resolver.ts Fix some issues in SymbolResolver 2020-05-27 09:11:03 +02:00
scanner.ts Add initial support for packages and imports 2020-05-25 11:29:51 +02:00
text.ts Fix errors in src/diagnostics.ts 2020-05-23 22:49:20 +02:00
types.ts Make error checking on stdlib work again 2020-05-26 22:58:31 +02:00
util.ts Make error checking on stdlib work again 2020-05-26 22:58:31 +02:00