asciimath-parser

Java and ECMAScript parser for ASCIIMathML. Contains a trimmed version of Peter Jipsen's ASCIIMathML.js JavaScript that does only the raw ASCIIMath parsing code. Also includes a trivial Rhino wrapper that packages the parser into a simple Java library.

License

License

BSD License (3 clause)
GroupId

GroupId

uk.ac.ed.ph.asciimath
ArtifactId

ArtifactId

asciimath-parser
Last Version

Last Version

1.0
Release Date

Release Date

Type

Type

jar
Description

Description

asciimath-parser
Java and ECMAScript parser for ASCIIMathML. Contains a trimmed version of Peter Jipsen's ASCIIMathML.js JavaScript that does only the raw ASCIIMath parsing code. Also includes a trivial Rhino wrapper that packages the parser into a simple Java library.
Project URL

Project URL

https://github.com/davemckain/asciimath-parser
Project Organization

Project Organization

The University of Edinburgh

Download asciimath-parser

How to add to project

<!-- https://jarcasting.com/artifacts/uk.ac.ed.ph.asciimath/asciimath-parser/ -->
<dependency>
    <groupId>uk.ac.ed.ph.asciimath</groupId>
    <artifactId>asciimath-parser</artifactId>
    <version>1.0</version>
</dependency>
// https://jarcasting.com/artifacts/uk.ac.ed.ph.asciimath/asciimath-parser/
implementation 'uk.ac.ed.ph.asciimath:asciimath-parser:1.0'
// https://jarcasting.com/artifacts/uk.ac.ed.ph.asciimath/asciimath-parser/
implementation ("uk.ac.ed.ph.asciimath:asciimath-parser:1.0")
'uk.ac.ed.ph.asciimath:asciimath-parser:jar:1.0'
<dependency org="uk.ac.ed.ph.asciimath" name="asciimath-parser" rev="1.0">
  <artifact name="asciimath-parser" type="jar" />
</dependency>
@Grapes(
@Grab(group='uk.ac.ed.ph.asciimath', module='asciimath-parser', version='1.0')
)
libraryDependencies += "uk.ac.ed.ph.asciimath" % "asciimath-parser" % "1.0"
[uk.ac.ed.ph.asciimath/asciimath-parser "1.0"]

Dependencies

compile (1)

Group / Artifact Type Version
rhino : js jar 1.7R2

test (2)

Group / Artifact Type Version
junit : junit jar 4.10
xmlunit : xmlunit jar 1.3

Project Modules

There are no modules declared in this project.

Versions

Version
1.0