Directory tools/rml2mod/

Directory Deleted:
2014-10-25 17:44
Total Files:
0
Deleted Files:
29
Lines of Code:
0

[root]/tools/rml2mod
            Folder removed from repo .externalToolBuilders (0 files, 0 lines)
            Folder removed from repo rml2mmod (0 files, 0 lines)

Lines of Code

tools/rml2mod/ Lines of Code

Developers

Author Changes Lines of Code Lines per Change
Totals 109 (100.0%) 11125 (100.0%) 102.0
dietmarw 44 (40.4%) 9669 (86.9%) 219.7
hudson 10 (9.2%) 1137 (10.2%) 113.7
adrpo 23 (21.1%) 284 (2.6%) 12.3
sjoelund.se 32 (29.4%) 35 (0.3%) 1.0

Most Recent Commits

sjoelund.se 2014-10-25 17:44 Rev.: 22938

Remove some RML stuff

0 lines of code changed in 29 files:

  • tools/rml2mod: .project (del), Makefile (del), absyn.rml (del), defs.h (del), dictionary.rml (del), external.c (del), external.rml (del), lexer.c (del), loadprogramdb.c (del), loadprogramdb.rml (del), lookup.rml (del), main.rml (del), moddump.rml (del), modrefactor.rml (del), modrefactortypes.rml (del), parser.y (del), print.rml (del), rml-db-parse.y (del), rml-db-scan.l (del), rmldump.rml (del), rmlrefactor.rml (del), rmltomod.rml (del), scanparse.c (del), scanparse.rml (del), test.rml (del), test2.rml (del), util.rml (del), yacclib.c (del), yacclib.h (del)
hudson 2013-05-02 21:27 Rev.: 15965

[Janitor mode] Fix tabs

1103 lines of code changed in 8 files:

  • tools/rml2mod: external.c (+536 -536), lexer.c (+533 -533), loadprogramdb.c (+10 -10), scanparse.c (+14 -14), yacclib.c (+7 -7), yacclib.h (new)
sjoelund.se 2013-05-02 21:17 Rev.: 15963

Revert r15962 (accidently replaced 8 spaces with 2 spaces; was supposed to be 1 tab to 2 spaces but text editors messed up the command)
Contact me if you have problems merging your working copy

34 lines of code changed in 2 files:

  • tools/rml2mod: external.c (+3 -3), lexer.c (+31 -31)
hudson 2013-05-02 20:46 Rev.: 15962

[Janitor mode] Fix tabs

34 lines of code changed in 2 files:

  • tools/rml2mod: external.c (+3 -3), lexer.c (+31 -31)
sjoelund.se 2010-09-21 12:34 Rev.: 6159

- Fix svn-eol-style on Makefiles

1 lines of code changed in 1 file:

  • tools/rml2mod: Makefile (+1 -1)
dietmarw 2008-11-02 18:35 Rev.: 3732

Formal clean up of all code files:

* applied svn:eol-style native to all files except Compiler/*.mo --> LF
* unified the eol-style of ALL files (this was necessary in order to set the svn properties
* unification was done by a script which also removed all trailing whitespaces (except for all files in testsuite as white spaces are necessary to successful compare the results, could be improved maybe)
* make clean all test --> success on Ubuntu Linux 8.10, proably a good idea to run it for the other platforms as well.
* FYI: script to remove trailing white spaces: http://is.gd/5A6B

9669 lines of code changed in 44 files:

  • tools/rml2mod: .project (+22 -22), Makefile (+15 -15), absyn.rml (new), defs.h (+2 -2), dictionary.rml (+431 -431), external.c (+207 -206), external.rml (+58 -58), lexer.c (+43 -43), loadprogramdb.c (+78 -77), loadprogramdb.rml (+8 -8), lookup.rml (new), main.rml (+73 -73), moddump.rml (+3044 -3044), modrefactor.rml (+652 -652), modrefactortypes.rml (+278 -278), parser.y (new), print.rml (+40 -40), rml-db-parse.y (+317 -317), rml-db-scan.l (+153 -153), rmldump.rml (+74 -74), rmlrefactor.rml (+78 -78), rmltomod.rml (+3313 -3313), scanparse.c (new), scanparse.rml (new), test.rml (new), test2.rml (new), util.rml (new)
adrpo 2008-05-26 23:54 Rev.: 3604

- small update of RML to MetaModelica tool.

0 lines of code changed in 4 files:

  • tools/rml2mod: dictionary.rml (new), modrefactor.rml (changed)
adrpo 2006-04-04 06:20 Rev.: 2301

- fixed so that pattern = arrayNth(arr, index); is dumped as:
pattern = arr[index + 1];

0 lines of code changed in 2 files:

  • tools/rml2mod: moddump.rml (changed)
adrpo 2006-04-03 15:28 Rev.: 2299

- fixed the (x => y) option problem in the translator
- fixed better escaping of rml comments to MetaModelica strings.

228 lines of code changed in 13 files:

  • tools/rml2mod: Makefile (new), defs.h (+1), external.c (new), external.rml (+3), lexer.c (+3 -3), main.rml (+1 -3), rmltomod.rml (+64 -30)
adrpo 2006-03-27 10:24 Rev.: 2283

fixes local declaration when variables are actual val declarations

33 lines of code changed in 1 file:

  • tools/rml2mod: rmltomod.rml (+33 -12)
adrpo 2006-03-25 17:55 Rev.: 2250

Adrian Pop, adrpo@ida.liu.se, 2006-03-25
Quite some modifications to the setup project, the testsuite and RML to MetaModelica translator.
OMC Stuff:
==========
- taken out WinMosh from the modeq.sln (not needed).
- fixed a new Uninstall.ico, i hated the one before.
- added a link to OpenModelica website in the user menu, an icon for the url, etc.
- added the converted DrModelica onb files to the Setup.vdproj.
- made all .mo and .mos files have LF ending, otherwise Perl does not do well when checking the test results.

RML2METAMODELICA
================
- fixed variable types in rml2mod/rmltomod.rml, now a lot of Function Types are better.

18 lines of code changed in 1 file:

  • tools/rml2mod: rmltomod.rml (+18 -6)
adrpo 2006-03-24 07:08 Rev.: 2245

Fixed the imports as there are intermediate results from function calls
that require additional module imports. Please DO NOT TAKE THEM OUT.

Made the rml2mod translator run ~50% faster.

5 lines of code changed in 2 files:

  • tools/rml2mod: rmltomod.rml (new)
Generated by StatSVN 0.7.0