Commit graph

25 commits

Author SHA1 Message Date
dependabot[bot]
e4ce3f2390
Bump ini from 1.3.5 to 1.3.8
Bumps [ini](https://github.com/isaacs/ini) from 1.3.5 to 1.3.8.
- [Release notes](https://github.com/isaacs/ini/releases)
- [Commits](https://github.com/isaacs/ini/compare/v1.3.5...v1.3.8)

Signed-off-by: dependabot[bot] <support@github.com>
2020-12-12 19:59:23 +00:00
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
92b94d7098 Add Ava test runner to dependencies 2020-10-30 14:53:41 +01:00
Sam Vervaeck
702fc7291f Fix outdated package-lock.json 2020-10-29 21:20:40 +01:00
Sam Vervaeck
3ac8d1802b Multiple fixes and a rewrite of the type checker
- Improve the quality of the type checker
 - Fix multiple bugs in the parser
 - Fix some inconsistencies in the AST spec
 - Update package dependencies
2020-10-29 21:12:11 +01:00
Sam Vervaeck
28db241ac7 Remove pegjs from list of dependencies in package.json 2020-06-13 19:26:23 +02:00
Sam Vervaeck
8c92f689cd Make test infrasture more usable by adding a diff reporter 2020-06-13 19:24:56 +02:00
Sam Vervaeck
7368643180 Update dependencies in package.json 2020-06-12 11:51:57 +02:00
Sam Vervaeck
a86324a3c9 Upgrade test infrastructure
- Enhance (de)serialization logic and slim down generated JSON
 - Add more commands to `bolt-test` and improve support for aliases
2020-06-07 22:23:01 +02:00
Sam Vervaeck
608728ade9 Add a minimally working test infrastructure 2020-06-07 00:21:15 +02:00
Sam Vervaeck
50cbb6db99 Update dependencies in package.json 2020-06-06 19:30:23 +02:00
Sam Vervaeck
99f2944e1c Update package-lock.json 2020-06-03 09:14:51 +02:00
Sam Vervaeck
1636a3c6f4 Add and configure Webpack as build tool 2020-05-30 11:32:06 +02:00
Sam Vervaeck
17d91ef36c Add initial support for packages and imports 2020-05-25 11:29:51 +02:00
Sam Vervaeck
ec746b655d Fix some errors while parsing and checking stdlib 2020-05-24 22:41:46 +02:00
Sam Vervaeck
98ddad8562 Update and clean up package dependencies 2020-05-23 14:21:00 +02:00
Sam Vervaeck
9e139c40a9 Another set of fixes 2020-05-10 23:50:53 +02:00
Sam Vervaeck
f64da05a36 Undo creation of workspaces and merge treegen with main source 2020-05-10 11:58:07 +02:00
Sam Vervaeck
b8ab10e50f Upgrade packages 2020-05-09 17:56:54 +02:00
Sam Vervaeck
a1304e177d Major update to code
- Many small fixes to parser and scanner
 - Extended type checking algorithm for existing nodes
 - Add partial support for module definitions and records
 - Add an evaluator
 - Prepare for new version of macro system
2020-02-26 18:53:28 +01:00
Sam Vervaeck
c421721766 Add a very naive compiler 2020-02-25 17:55:17 +01:00
Sam Vervaeck
917770416b Enable source-map-support 2020-02-24 18:35:28 +01:00
Sam Vervaeck
7cbbf788f8 Add missing '@types/yargs' 2020-02-24 17:23:38 +01:00
Sam Vervaeck
62f8ed2bca Add many more dependencies to package.json 2020-02-24 16:52:01 +01:00
Sam Vervaeck
3877d6a072 Add package-lock.json 2020-02-24 10:05:06 +01:00