78 Commits (9adc5db2e1f22356a722b1d38500b8e33c226f47)
 

Author SHA1 Message Date
trivernis 9adc5db2e1
Add GITHUB ACTIONS
Signed-off-by: trivernis <trivernis@protonmail.com>
3 years ago
trivernis eca9402853
Increment version
Signed-off-by: trivernis <trivernis@protonmail.com>
3 years ago
Julius Riegel 89513e3ad7
Merge pull request #9 from gemmaro/main
Apply cargo-clippy
3 years ago
gemmaro 5df363d5fb Apply cargo-clippy 3 years ago
Trivernis 43577debda
Merge pull request #8 from Trivernis/develop
Bugfixes
3 years ago
trivernis fcc3c3d41a
Bump version
Signed-off-by: trivernis <trivernis@protonmail.com>
3 years ago
trivernis ebc02e09dc
Fix #7 panic on too few function arguments
Signed-off-by: trivernis <trivernis@protonmail.com>
3 years ago
trivernis 1a2d249a54
Add tests and fix #6 root mathml rendering
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 7ecfd23495 Fix comma handling 4 years ago
trivernis f3bd761d3d Fix parsing of function 4 years ago
trivernis 36e3fa717c Remove test 4 years ago
trivernis d30a227df8 Add newline token \\n 4 years ago
trivernis 9692f19b4b Fix parsing of slash (// instead of ////) 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 7d4c906a12 Fix plain text MathML output 4 years ago
trivernis 1340b17104 Update Doc comments and Cargo.toml 4 years ago
trivernis d70ac0e58e Update Cargo.toml 4 years ago
trivernis a44e7eee11 Merge branch 'main' of github.com:Trivernis/asciimath-rs into main 4 years ago
trivernis 8965cfd357 Update Cargo.toml 4 years ago
Trivernis f7e481ce11
Merge pull request #4 from Trivernis/develop
Update README.md
4 years ago
trivernis 6185db49be Update README.md 4 years ago
Trivernis 985f368d56
Merge pull request #3 from Trivernis/develop
Develop
4 years ago
trivernis 0eb484c4e9 Deactivate test 4 years ago
trivernis fc2cf3149b Update version 4 years ago
trivernis f4b01307fc Fix matrix consuming following token 4 years ago
Trivernis e7491072fb
Merge pull request #2 from Trivernis/develop
Develop
4 years ago
trivernis 80c7bf0813 Update version 4 years ago
trivernis b40485b391 Add ToMathML for special elements and remaining enums 4 years ago
trivernis 1e7fc5ee21 Add ToMathML for all Grouping elements 4 years ago
trivernis a134bc49a4 Add ToMathML for all Accents 4 years ago
trivernis fe7a68da43 Add ToMathML for all Literals 4 years ago
trivernis 0494c46244 Add more literal mappings 4 years ago
Trivernis 237e4bb84c
Merge pull request #1 from Trivernis/develop
Develop
4 years ago
trivernis d6538d1d45 Update version 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 f461d9ea9e Merge branch 'main' into feature/mathml 4 years ago
trivernis 6f1d112729 Add accent parsing 4 years ago
trivernis 367bade807 Add ToMathML trait and implementation for greek letters 4 years ago
trivernis 74caac521f Update cargo file 4 years ago
trivernis ba44423f77 Add easy to use parse function 4 years ago
trivernis ce19e13e45 Add font formatting parsing 4 years ago