gemmaro
|
90a1f9b131
|
Change fields' visibilities to pub
* Change
* Some structs' fields' visibilities are changed
from `pub(crate)` to `pub`
|
3 years ago |
Julius Riegel
|
e15efdfbd3
|
Merge pull request #12 from Trivernis/develop
Generic parameters and more doc comments
|
4 years ago |
trivernis
|
8888f96127
|
Increment version
Signed-off-by: trivernis <trivernis@protonmail.com>
|
4 years ago |
trivernis
|
be1a65ef5c
|
Add doc-comments with examples to public functions
Signed-off-by: trivernis <trivernis@protonmail.com>
|
4 years ago |
Julius Riegel
|
b7b3f8c45a
|
Merge pull request #11 from gemmaro/generic-parameter
Generalize string types to take as arguments
|
4 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.
|
4 years ago |
Julius Riegel
|
5d829a1933
|
Merge pull request #10 from Trivernis/develop
Version 0.6
|
4 years ago |
trivernis
|
9adc5db2e1
|
Add GITHUB ACTIONS
Signed-off-by: trivernis <trivernis@protonmail.com>
|
4 years ago |
trivernis
|
eca9402853
|
Increment version
Signed-off-by: trivernis <trivernis@protonmail.com>
|
4 years ago |
Julius Riegel
|
89513e3ad7
|
Merge pull request #9 from gemmaro/main
Apply cargo-clippy
|
4 years ago |
gemmaro
|
5df363d5fb
|
Apply cargo-clippy
|
4 years ago |
Trivernis
|
43577debda
|
Merge pull request #8 from Trivernis/develop
Bugfixes
|
4 years ago |
trivernis
|
fcc3c3d41a
|
Bump version
Signed-off-by: trivernis <trivernis@protonmail.com>
|
4 years ago |
trivernis
|
ebc02e09dc
|
Fix #7 panic on too few function arguments
Signed-off-by: trivernis <trivernis@protonmail.com>
|
4 years ago |
trivernis
|
1a2d249a54
|
Add tests and fix #6 root mathml rendering
Signed-off-by: trivernis <trivernis@protonmail.com>
|
4 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 |