Integration of MathJax, KaTeX and Asymptote with scribble, to typeset math in Racket documentation
Go to file
Emily Eisenberg 4122fa2b99 Rewrite the parser
Summary:
Make our own parser that doesn't use jison, so that we can handle
funny TeX syntax, and to make it smaller.

Test Plan: Make sure the tests pass with the new parser.

Reviewers: alpert

Reviewed By: alpert

Differential Revision: http://phabricator.khanacademy.org/D3029
2013-07-12 23:16:30 -07:00
static Rewrite the parser 2013-07-12 23:16:30 -07:00
test Rewrite the parser 2013-07-12 23:16:30 -07:00
.arcconfig Rename everything to KaTeX 2013-07-10 14:08:50 -07:00
.gitignore Rewrite the parser 2013-07-12 23:16:30 -07:00
katex.js Rewrite the parser 2013-07-12 23:16:30 -07:00
Lexer.js Rewrite the parser 2013-07-12 23:16:30 -07:00
Makefile Rewrite the parser 2013-07-12 23:16:30 -07:00
package.json Rename everything to KaTeX 2013-07-10 14:08:50 -07:00
Parser.js Rewrite the parser 2013-07-12 23:16:30 -07:00
parseTree.js Rewrite the parser 2013-07-12 23:16:30 -07:00
server.js Rewrite the parser 2013-07-12 23:16:30 -07:00