bolt/src
2020-05-23 22:52:00 +02:00
..
bin Integrate type checker in frontend 2020-05-23 22:49:20 +02:00
foreign Make more JavaScript nodes parsable 2020-05-23 00:00:02 +02:00
parsegen Integrate with new AST system 2020-05-10 15:57:44 +02:00
transforms Re-write the type-checker to make it more extensible 2020-05-23 21:15:20 +02:00
treegen Re-write the type-checker to make it more extensible 2020-05-23 21:15:20 +02:00
ast.d.ts Re-write the type-checker to make it more extensible 2020-05-23 21:15:20 +02:00
bindings.ts Major update to code 2020-02-26 18:53:28 +01:00
checker.ts Extend the type checker to support function calls 2020-05-23 22:23:44 +02:00
common.ts Re-write the type-checker to make it more extensible 2020-05-23 21:15:20 +02:00
constants.ts Major restructuring 2020-05-23 14:18:20 +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: Add column number to messages 2020-05-23 22:52:00 +02:00
emitter.ts Major restructuring 2020-05-23 14:18:20 +02:00
evaluator.ts Fix some compilation errors 2020-05-23 15:04:32 +02:00
frontend.ts Integrate type checker in frontend 2020-05-23 22:49:20 +02:00
index.ts Add a simple scanner for identifiers 2020-02-24 18:30:39 +01:00
package.ts Undo creation of workspaces and merge treegen with main source 2020-05-10 11:58:07 +02:00
parser.ts Re-write the type-checker to make it more extensible 2020-05-23 21:15:20 +02:00
program.ts Major restructuring 2020-05-23 14:18:20 +02:00
renamer.ts Another set of fixes 2020-05-10 23:50:53 +02:00
scanner.ts Re-write the type-checker to make it more extensible 2020-05-23 21:15:20 +02:00
text.ts Fix errors in src/diagnostics.ts 2020-05-23 22:49:20 +02:00
types.ts Extend the type checker to support function calls 2020-05-23 22:23:44 +02:00
util.ts Extend the type checker to support function calls 2020-05-23 22:23:44 +02:00