Commit graph

5 commits

Author SHA1 Message Date
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
Sam Vervaeck
f123469660 Fix webpack build for VSCode 2020-10-29 21:16:43 +01:00
Sam Vervaeck
7aef97334b webpack: Do not bundle node_modules/ in dev mode 2020-06-13 19:26:57 +02:00
Sam Vervaeck
608728ade9 Add a minimally working test infrastructure 2020-06-07 00:21:15 +02:00
Sam Vervaeck
1636a3c6f4 Add and configure Webpack as build tool 2020-05-30 11:32:06 +02:00