csvpp 0.8.0

Compile csv++ source code to a target spreadsheet format
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
## benchmark.csvpp
# 
# A file which has a single, infinitely-expanding fill with a deep nesting of variable resolution
#
a := 1
b := a * 5

fn c(x)
  b * x + a

fn d(x)
  c(x) + b

---
![[f var=row_var]][[var=first_cell]] ,      ,[[t=bold t=underline halign=right valign=center]] =d(first_cell) , =d(row_var),