vesti 0.3.8

A preprocessor that compiles into LaTeX
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# vesti

A toy project which is a preprocessor that is compiled to latex code
This program is in beta, so do not use this program in real projects, yet.

# TODO to upgrade to v0.2.0
- [x] Well-orgarized error module. (current version is somewhat bad)

# TODO to upgrade to v0.3.0
- [x] Fix memory leaking when vesti is closed with error. (in the current version, it uses process::exit to exit the program)

# TODO to upgrade to v0.4.0
- [x] Add fraction syntax
- [ ] Add matrix syntax