diff --git a/.gitignore b/.gitignore index 96ef6c0..408b8a5 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,3 @@ /target Cargo.lock +.idea \ No newline at end of file diff --git a/README.md b/README.md new file mode 100644 index 0000000..3662b52 --- /dev/null +++ b/README.md @@ -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/). \ No newline at end of file