Skip to content

Commit

Permalink
Release 0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
VonTum committed Nov 6, 2024
1 parent 0a6b109 commit d97fb43
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 3 deletions.
12 changes: 11 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,15 @@
## 0.1.0
- Standard library is shipped with the compiler now in the [stl/](stl/) directory.
- Changed template definition and usage syntax to named arguments in `#()` instead of `::<>` (See [philosophy/template_troubles.md](philosophy/template_troubles.md))
- For Abstract Types and Domains, switch to Hindley-Milner type checking
- Fix #16: Incorrect operator prescedence for | and &
- Show template arguments on hover
- Add --nocolor for terminals that don't support it
- Add --upto (flatten, typecheck, lint, instantiation, etc) for improved debugging
- Add --debug-whitelist for --debug-ing specific modules
- Add output & error regression test: [test.sus_regression.sh]
### Technical Changes
- Lints are now a separate compile stage
- For Abstract Types and Domains, switch to Hindley-Milner type checking
- All builtin names (bool, int, true, false) are now defined in [stl/core.sus](stl/core.sus). This is so the templating system works for all of them.
- Since link_info is now shared between Modules, Types and Constants, we now share all code for templating, typing, etc.
- Instructions are now part of LinkInfo.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "sus_compiler"
description = "Compiler for the SUS Hardware Design Language"
version = "0.0.2-dev"
version = "0.1.0"
authors = ["Lennart Van Hirtum <[email protected]>"]
edition = "2021"
license = "GPL-3.0-or-later"
Expand Down
2 changes: 1 addition & 1 deletion tree-sitter-sus
Submodule tree-sitter-sus updated 1 files
+1 −1 Cargo.toml

0 comments on commit d97fb43

Please sign in to comment.