leo/input/src/sections
damirka 1551a82e18 Adds [constants] section to input file:
```
[constants]
x: bool = true; // will be constant in program
y: u32 = 100;
```
2021-03-11 23:07:01 +03:00
..
constants.rs Adds [constants] section to input file: 2021-03-11 23:07:01 +03:00
header.rs Adds [constants] section to input file: 2021-03-11 23:07:01 +03:00
main_.rs Update license to 2021 2021-02-01 20:26:56 -08:00
mod.rs Adds [constants] section to input file: 2021-03-11 23:07:01 +03:00
record.rs Update license to 2021 2021-02-01 20:26:56 -08:00
registers.rs Update license to 2021 2021-02-01 20:26:56 -08:00
section.rs Update license to 2021 2021-02-01 20:26:56 -08:00
state_leaf.rs Update license to 2021 2021-02-01 20:26:56 -08:00
state.rs Update license to 2021 2021-02-01 20:26:56 -08:00