somni 0.3.1

Somni scripting language and VM
Documentation
1
2
3
4
5
Compile error
 ---> at line 1 column 37
  |
1 | fn add(a: u64, b: u64) -> u64 { a + {} }
  |                                     ^ Parse error: Expected variable, literal, or '('