bolt/@boltlang/compiler/src
Sam Vervaeck 2b2d40c4f5 Major restructuring and update to code base
- Created a new VSCode Extension subproject
 - Created a new Bolt CLI subproject
 - Created a new Bolt Language Server subproject
 - Created a new Bolt Compiler subproject
 - Moved most existing code to the new Compiler subproject
 - Added a small language server
 - Laid the foundations for a Hindley-Milner type checker
 - Fixed some bugs and type errors in the compiler
 - Removed the unused testing infrastructure
 - Added an example parser test that should be run with Ava
2020-11-15 09:57:25 +01:00
..
foreign Major restructuring and update to code base 2020-11-15 09:57:25 +01:00
test Major restructuring and update to code base 2020-11-15 09:57:25 +01:00
transforms Major restructuring and update to code base 2020-11-15 09:57:25 +01:00
ast-spec.ts Major restructuring and update to code base 2020-11-15 09:57:25 +01:00
ast.ts Major restructuring and update to code base 2020-11-15 09:57:25 +01:00
bindings.ts Major restructuring and update to code base 2020-11-15 09:57:25 +01:00
checker.ts Major restructuring and update to code base 2020-11-15 09:57:25 +01:00
checks.ts Major restructuring and update to code base 2020-11-15 09:57:25 +01:00
common.ts Major restructuring and update to code base 2020-11-15 09:57:25 +01:00
constants.ts Major restructuring and update to code base 2020-11-15 09:57:25 +01:00
constraint-checeker.ts Major restructuring and update to code base 2020-11-15 09:57:25 +01:00
diagnostics.ts Major restructuring and update to code base 2020-11-15 09:57:25 +01:00
emitter.ts Major restructuring and update to code base 2020-11-15 09:57:25 +01:00
evaluator.ts Major restructuring and update to code base 2020-11-15 09:57:25 +01:00
frontend.ts Major restructuring and update to code base 2020-11-15 09:57:25 +01:00
index.ts Major restructuring and update to code base 2020-11-15 09:57:25 +01:00
ioc.ts Major restructuring and update to code base 2020-11-15 09:57:25 +01:00
marktest.ts Major restructuring and update to code base 2020-11-15 09:57:25 +01:00
package.ts Major restructuring and update to code base 2020-11-15 09:57:25 +01:00
parser.ts Major restructuring and update to code base 2020-11-15 09:57:25 +01:00
program.ts Major restructuring and update to code base 2020-11-15 09:57:25 +01:00
repl.ts Major restructuring and update to code base 2020-11-15 09:57:25 +01:00
resolver.ts Major restructuring and update to code base 2020-11-15 09:57:25 +01:00
scanner.ts Major restructuring and update to code base 2020-11-15 09:57:25 +01:00
text.ts Major restructuring and update to code base 2020-11-15 09:57:25 +01:00
util.ts Major restructuring and update to code base 2020-11-15 09:57:25 +01:00