Add README and update .gitignore

pull/1/head
trivernis 4 years ago
parent 600a33c149
commit 2da97a45c6

1
.gitignore vendored

@ -1,2 +1,3 @@
/target
Cargo.lock
.idea

@ -0,0 +1,6 @@
# AsciiMath
This project aims to implement a fully functional AsciiMath parser for rust.
It's part of the [snekdown](https://github.com/trivernis/snekdown) parser project.
See [the spec](http://asciimath.org/).
Loading…
Cancel
Save