24 Commits (main)

Author SHA1 Message Date
trivernis be1a65ef5c
Add doc-comments with examples to public functions
Signed-off-by: trivernis <trivernis@protonmail.com>
3 years ago
gemmaro c2020b0d7f Generalize string types to take as arguments
`asciidoctor_rs::parse` and `asciidoctor_rs::parsing::tokenizer::Tokenizer::new` will take the more generic string types as arguments.
3 years ago
gemmaro 5df363d5fb Apply cargo-clippy 3 years ago
trivernis ebc02e09dc
Fix #7 panic on too few function arguments
Signed-off-by: trivernis <trivernis@protonmail.com>
3 years ago
trivernis a465a64944
Fix tests to run on stable
Signed-off-by: trivernis <trivernis@protonmail.com>
4 years ago
trivernis 7dfa4d8f3e Fix base of pow and sub being nonencased 4 years ago
trivernis 2c3802e699 Fix elements being enclosed when not needed (part 3) 4 years ago
trivernis 41c7c14537 Fix elements being enclosed when not needed (part 2) 4 years ago
trivernis f3bd761d3d Fix parsing of function 4 years ago
trivernis d30a227df8 Add newline token \\n 4 years ago
trivernis 1a1ce2c3f6 Fix iff arrow parsing 4 years ago
trivernis 980cb61503 Fix elements being enclosed when not needed 4 years ago
trivernis f4b01307fc Fix matrix consuming following token 4 years ago
trivernis b40485b391 Add ToMathML for special elements and remaining enums 4 years ago
trivernis 19ed9e918b Change matrices to be at least 1x2 or 2x1 4 years ago
trivernis 386412f021 Change vector parsing to allow matrix vectors 4 years ago
trivernis bd89f6863f Add vector parsing 4 years ago
trivernis afe8169f5d Add matrices parsing 4 years ago
trivernis 1308360780 Add MSep Token 4 years ago
trivernis 6f1d112729 Add accent parsing 4 years ago
trivernis ce19e13e45 Add font formatting parsing 4 years ago
trivernis d01700dfb6 Add group tree parsing 4 years ago
trivernis 05380323c8 Add flat parsing functions to tree_parser 4 years ago
trivernis 7c345c83ec Add function constants, mapping and parsing 4 years ago