csvpp 0.8.0

Compile csv++ source code to a target spreadsheet format
Documentation
1
2
3
4
5
6
7
8
9
use file2

defined_in_file1 := 22
another_defined_in_file1 := 33

fn function_in_file1(a, b)
  a * defined_in_file2

---