bolt/src
Sam Vervaeck 9221441aa4 Multiple updates to the kind inferencer
- Clean up some code
 - Ensure more syntax is covered during kind inference
 - Make wrongly kinded types not trigger another typing error in the
   next layer
2022-09-15 22:39:20 +02:00
..
bin Add an analysis module and integrate with type checker 2022-09-15 16:06:04 +02:00
test Update type-checker tests 2022-09-15 19:35:02 +02:00
analysis.ts Add missing analysis.ts 2022-09-15 20:49:11 +02:00
checker.ts Multiple updates to the kind inferencer 2022-09-15 22:39:20 +02:00
cst.ts Multiple updates to the kind inferencer 2022-09-15 22:39:20 +02:00
diagnostics.ts Multiple enhancements 2022-09-15 20:36:15 +02:00
index.ts Add missing index.ts 2022-09-08 23:33:41 +02:00
parser.ts Multiple enhancements 2022-09-15 20:36:15 +02:00
scanner.ts Enable parsing enum-declarations 2022-09-10 14:11:04 +02:00
util.ts Multiple fixes related to the type-checker 2022-09-15 11:49:53 +02:00