1
1
mirror of https://github.com/anoma/juvix.git synced 2024-12-04 06:23:13 +03:00
juvix/runtime
Łukasz Czajka 8e5f45f16f
Require semicolon to separate case/if branches in JuvixAsm syntax (#2574)
This makes the syntax more uniform. It was especially confusing with
nested branching, where some closing braces had to and others couldn't
be followed by a semicolon. Now all have to be followed by a semicolon
(except function ending braces).
2024-01-11 09:19:36 +00:00
..
src Require semicolon to separate case/if branches in JuvixAsm syntax (#2574) 2024-01-11 09:19:36 +00:00
Makefile Juvix C runtime (#1580) 2022-11-03 09:38:09 +01:00
Makefile.generic runtime Makefile: Do not resolve variables when writing a dependency file (#2538) 2023-11-27 10:14:20 +01:00
PROJECT Juvix C runtime (#1580) 2022-11-03 09:38:09 +01:00