moparse 0.1.5-rc1

Modelica language parser
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# *moparse* - Modelica language parser


*moparse* is a parser for the [Modelica](https://modelica.org/) language.

I have created it to use it as a crate/library in my other tools like
[mofmt](https://github.com/ErykMroczek/mofmt). Maybe it will be useful
for you as well.

The parser is working more or less correctly, but it is very much work
in progress, so every version may bring breaking changes.

## License


MPL-2.0

## Authors


Eryk Mroczek: <mroczek.eryk@gmail.com>