mers/mers_lib/src
Mark 49d13d92cc improve error messages
- fix bug where `thread` function wouldn't error when being called on a non-function
- add compile error when a function in `try` is never used, because this is almost certainly a mistake and will cause mers to unexpectedly go down the "wrong" code path.
- some small changes so mers_lib can be used in another project
2023-12-14 19:24:43 +01:00
..
data early prototype of a language server 2023-12-05 23:04:17 +01:00
errors improve error messages 2023-12-14 19:24:43 +01:00
info fix bug where #include included files would be able to access local variables and custom types. now, only globals are shared. 2023-11-24 12:51:54 +01:00
parsing early prototype of a language server 2023-12-05 23:04:17 +01:00
program improve error messages 2023-12-14 19:24:43 +01:00
lib.rs add get_mut function for lists 2023-11-29 16:26:51 +01:00