csvpp 0.7.0

Compile csv++ source code to a target spreadsheet format
Documentation
1
2
3
4
5
6
7
8
9
10
# Coding Conventions

While you're free to use whatever coding conventions make sense for you.

## Variables and Functions

Variables should be lowercase and contain only letters, numbers and underscores (`\_`).

## Module Names