Skip to content

Commit

Permalink
Restructuring flat modelica parser
Browse files Browse the repository at this point in the history
git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@1409 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
  • Loading branch information
Kaj Nyström committed Jan 20, 2005
1 parent 967a3b9 commit af1e7fd
Show file tree
Hide file tree
Showing 21 changed files with 6 additions and 18,822 deletions.
23 changes: 6 additions & 17 deletions flat_modelica_parser/README
@@ -1,21 +1,10 @@
2004-10-19
This flat modelica parser is since long time deprecated. You probably want to use another modelica parser instead.
2005-01-20

/Kaj

-----------------


The flat modelica parser is an adaption of the modelica parser in
antlr for parsing flattened modelica. It is primarily intended for
integration into ModSimPack, hence the modSimPackTest files.

The Makefile is written to work on Solaris with antlr 2.7.1 and gcc
2.95.2. You will probably have to adapt it to your environment.

A current working testfile is testfiles/t.mof. It contains nothing
that the parser does not handle yet.
This flat modelica parser is an adapter version of the modelica
parser, although it uses the modelica lexer.

The main difference is that this parser accepts dot-notation and also
some garbage after the model (Dymola likes to generate that).

/Kaj Nystr�m
x02kajny@ida.liu.se
kajny@ida.liu.se
10 changes: 0 additions & 10 deletions flat_modelica_parser/TODO

This file was deleted.

0 comments on commit af1e7fd

Please sign in to comment.