Difference between revisions of "MonoBURG"

From LRDE

 
(7 intermediate revisions by 2 users not shown)
Line 6: Line 6:
 
[http://www.mono-project.org/ Mono]. It is used as a
 
[http://www.mono-project.org/ Mono]. It is used as a
 
code-generator generator that relies on bottom-up tree parsing;
 
code-generator generator that relies on bottom-up tree parsing;
basically, !MonoBURG generates a tree parser that executes some
+
basically, MonoBURG generates a tree parser that executes some
 
instructions, generally code output, when a defined tree pattern is
 
instructions, generally code output, when a defined tree pattern is
 
matched.
 
matched.
   
In the [[Tiger.WebHome | Tiger]] project, !MonoBURG is used to generate a code producer
+
In the [[Tiger|Tiger]] project, MonoBURG is used to generate a code producer
 
from the lowest level of representation of the source code to assembly.
 
from the lowest level of representation of the source code to assembly.
   
!MonoBURG has been extended to support namespace use, C++ references,
+
MonoBURG has been extended to support namespace use, C++ references,
 
and to add other facilities.
 
and to add other facilities.
   
  +
{{#widget:Ohloh Project|id=480617}}
<script type="text/javascript" src="http://www.ohloh.net/p/480617/widgets/project_thin_badge.js"></script>
 
 
<!-- MONOBURGINTROSTOP -->
 
<!-- MONOBURGINTROSTOP -->
   
!MonoBURG was part of the Mono Project. This version has been extended
+
MonoBURG was part of the Mono Project. This version has been extended
 
by several people from LRDE for the needs of the Tiger project.
 
by several people from LRDE for the needs of the Tiger project.
   
Line 32: Line 32:
 
== Downloads ==
 
== Downloads ==
   
* Version 1.0.6: http://www.lrde.epita.fr/~akim/download/monoburg-1.0.6.tar.bz2
+
* Version 1.0.6: http://www.lrde.epita.fr/~tiger/download/monoburg-1.0.6.tar.bz2
   
 
== Git Repository ==
 
== Git Repository ==
   
* The Git repository is located at =git://git.lrde.epita.fr/monoburg=.
+
* The Git repository is located at https://gitlab.lrde.epita.fr/tiger/monoburg.git.
* You can browse it online via [http://git.lrde.epita.fr/?p=monoburg.git;a=summary GitWeb].
+
* You can browse it online via [https://gitlab.lrde.epita.fr/tiger/monoburg Gitlab].
   
 
== Related links ==
 
== Related links ==
Line 46: Line 46:
 
== Contact ==
 
== Contact ==
   
Send any questions or comments to projects@lrde.org.
+
Send any questions or comments to projects&#8288;@&#8288;lrde&#8288;.&#8288;epita.&#8288;fr.
 
 
-- %roland% - 10 Aug 2013
 

Latest revision as of 11:32, 4 May 2015

Overview

MonoBURG is a tree-rewriting system originating from Mono. It is used as a code-generator generator that relies on bottom-up tree parsing; basically, MonoBURG generates a tree parser that executes some instructions, generally code output, when a defined tree pattern is matched.

In the Tiger project, MonoBURG is used to generate a code producer from the lowest level of representation of the source code to assembly.

MonoBURG has been extended to support namespace use, C++ references, and to add other facilities.

MonoBURG was part of the Mono Project. This version has been extended by several people from LRDE for the needs of the Tiger project.

Directions

Future main modifications will be:

  • The postponing of output emission to allow not `on-the-fly' modification,
  • Provide different `%' directives,
  • Revamp the scanner.

Downloads

Git Repository

Related links

Contact

Send any questions or comments to projects⁠@⁠lrde⁠.⁠epita.⁠fr.