KtorZ
|
00550f8ddb
|
Add myself as co-authors for some of the project's crate
Forgot to do it before, and noticing now :D
|
2023-04-13 17:25:21 +02:00 |
KtorZ
|
e2c78bdd3b
|
Add min rust-version to crates
So that people runs into better errors if they try installing from source with an 'obsolete' rust compiler.
|
2023-04-13 17:24:44 +02:00 |
rvcas
|
1902a2d56c
|
chore: update all deps
|
2023-03-06 13:13:59 -05:00 |
rvcas
|
1f8535e76e
|
chore: update some deps
|
2023-03-06 11:09:44 -05:00 |
KtorZ
|
a46a9fca41
|
Only use colors & text decorations on ANSI-capable terminals.
Fixes #404.
|
2023-02-26 13:19:03 +01:00 |
rvcas
|
0066cc61cc
|
Release 0.0.29
aiken@0.0.29
aiken-lang@0.0.29
aiken-lsp@0.0.29
aiken-project@0.0.29
uplc@0.0.29
Generated by cargo-workspaces
|
2023-02-23 19:04:18 -05:00 |
KtorZ
|
56258dc815
|
Fix todo/error parser on when clauses.
|
2023-02-16 00:40:49 +01:00 |
rvcas
|
d649b34ec3
|
Release 0.0.28
aiken@0.0.28
aiken-lang@0.0.28
aiken-lsp@0.0.28
aiken-project@0.0.28
uplc@0.0.28
Generated by cargo-workspaces
|
2023-01-06 13:41:00 -05:00 |
rvcas
|
ee678f2978
|
Release 0.0.27
aiken@0.0.27
aiken-lang@0.0.27
aiken-lsp@0.0.27
aiken-project@0.0.27
flat-rs@0.0.27
uplc@0.0.27
Generated by cargo-workspaces
|
2022-12-30 00:57:49 -05:00 |
KtorZ
|
3139c85fe8
|
Support declaring bytearray literals as base16 strings.
|
2022-12-29 13:08:58 +01:00 |
KtorZ
|
69f060e675
|
Rework all errors to provide better help text.
|
2022-12-23 19:27:06 +01:00 |
KtorZ
|
bf7cdfba73
|
Implement parser & type-checker for tuple indexes.
```aiken
fn foo() {
let tuple = #(1, 2, 3, 4)
tuple.1st + tuple.2nd + tuple.3rd + tuple.4th
}
```
|
2022-12-22 09:14:23 +01:00 |
rvcas
|
42204d2d71
|
chore: make folder names match crate name
|
2022-12-21 18:11:07 -05:00 |