Mark
|
1e2f0cb63c
|
add _ wildcard for type definitions
and make line/file indicators in errors
gray instead of fully white
|
2024-06-12 20:11:22 +02:00 |
|
Mark
|
945e19e10a
|
fix list cloning not cloning inner values
this would allow mutating values
through a list passed by value,
but now it doesn't, which is
how it always should have been.
|
2024-04-30 13:58:40 +02:00 |
|
Mark
|
a377c6e89a
|
temporary bugfix/patch
|
2024-04-16 14:27:02 +02:00 |
|
Mark
|
1f44b66f08
|
fix a deadlock when using recursive try s
|
2024-04-15 17:26:06 +02:00 |
|
Mark
|
cd3495b364
|
version 0.8.0
|
2024-04-15 16:42:13 +02:00 |
|
Mark
|
754a661f83
|
0.7.3
|
2024-03-22 16:27:14 +01:00 |
|
Mark
|
1e658805d1
|
add compile_mut and check_mut
|
2024-03-22 16:24:10 +01:00 |
|
Mark
|
f2aad4215c
|
0.7.1
|
2024-03-22 16:20:10 +01:00 |
|
Mark
|
8690263b1c
|
V7: Make .try a language feature, this makes try_allow_unused unnecessary. remove try and try_... functions.
|
2024-03-22 15:38:09 +01:00 |
|
Mark
|
86b6a46d09
|
add Type::add_all()
|
2024-03-03 12:55:55 +01:00 |
|
Mark
|
f3f2c13702
|
add loop syntax, remove loop function, change CLI
|
2024-02-22 13:34:02 +01:00 |
|
Mark
|
cc4a4366c9
|
mers_lib to 0.5.0, readme updated
|
2024-02-17 14:06:19 +01:00 |
|
Mark
|
5d3efe4788
|
version bump to 0.4.0
|
2024-02-15 10:56:34 +01:00 |
|
Mark
|
44da27b414
|
Add chain function and chained iterator, which behaves like Rust's flatten
|
2024-02-14 17:13:05 +01:00 |
|
Mark
|
0226dbd02b
|
add missing file, bump version
|
2024-01-31 19:23:01 +01:00 |
|
Mark
|
b9df3fc76f
|
bump minor version
|
2024-01-16 12:07:46 +01:00 |
|
Mark
|
9fe981fc6c
|
fix bug where subtypes of list didn't include type of empty list
|
2024-01-16 12:00:16 +01:00 |
|
Mark
|
2d373d1ba7
|
make some types/fields public
|
2024-01-16 10:38:45 +01:00 |
|
Mark
|
5be264e63c
|
prepare to publish to crates.io
|
2024-01-11 13:05:52 +01:00 |
|
Mark
|
ea95a16c30
|
added better error messages inspired by rustc/cargo
but not as good
|
2023-10-23 21:48:15 +02:00 |
|
Mark
|
2a7cb08596
|
mers rewrite is starting to be usable
|
2023-08-14 17:17:08 +02:00 |
|
Mark
|
07745488b3
|
sorted mers_lib/src/program/configs/ and added cargo features
|
2023-07-28 15:20:02 +02:00 |
|
Mark
|
b81dac682e
|
full rewrite, kinda works
|
2023-07-28 00:33:15 +02:00 |
|