csvpp 0.4.1

Compile csvpp source code to a target spreadsheet format
Documentation
1
2
3
4
5
6
- [ ] fix CI!!!
- [ ] CSV doesn't merge results (does excel?)
- [ ] number formats don't work in excel
- [ ] when parsing modifiers and it hits a parse error, it prints the wrong row number because it doesn't take into account the length of the code section
- [ ] it raises a FormulaSyntaxError rather than a ModifierSyntaxError when the lexer throws an error while parsing modifiers
- [x] I'm pretty sure that unquoting doesn't work.  If you try 'this won\\'t work' and publish it, I bet it doesn't work