Commit graph

14 commits

Author SHA1 Message Date
7ac3c39164
Make TypeEnv sort variables on whether they are a var or a function
Fixes RecordDeclaration and VariantDeclaration not working correctly
2024-01-21 03:42:25 +01:00
7b58a6c51f
Add more tests for tuple type checking 2024-01-21 03:41:43 +01:00
cb1a1521f5
Small fix to wording in output of 'bolt verify' 2024-01-21 03:40:24 +01:00
7ccda2e69b
Fix segfault when CField has been substituted 2024-01-21 02:01:55 +01:00
a2701257dd
Prevent infinite loops when checking something like "foo".0.1.2 2024-01-21 01:56:01 +01:00
f2550e9430
git: Add compile_command.json to .gitignore and update comment 2024-01-21 01:51:25 +01:00
3979a9010b
Dont let Diagnostic inherit from std::runtime_error
We are not using exceptions
2024-01-21 01:12:02 +01:00
25ccf60e02
Make VSCode launch test sandbox Bolt code by default 2024-01-21 01:11:29 +01:00
3942004f76
Switch to field constraints instead of TTupleIndex 2024-01-21 01:10:59 +01:00
4ab4094acc
Add sample CMake invocation to README.md 2024-01-21 00:20:04 +01:00
4e11af005c
Make Type a union and fix checking of tuple access 2024-01-21 00:18:09 +01:00
75124d097b
Update link to Zen project 2024-01-20 20:09:14 +01:00
135b0cd6e9
Update README for C++ subproject 2024-01-15 14:27:41 +01:00
285f33e93c Add 'bootstrap/cxx/' from commit '7c1a929e9a3d3abb1e2113f531588e059ad5be8c'
git-subtree-dir: bootstrap/cxx
git-subtree-mainline: b732e418cb
git-subtree-split: 7c1a929e9a
2024-01-15 14:04:51 +01:00