Compiladores: Difference between revisions

From Wiki**3

No edit summary
No edit summary
Line 11: Line 11:
** '''RTS''' (Run-Time Support): [https://dspace.ist.utl.pt/bitstream/2295/294512/1/librts-200903170001.tar.bz2 download], [[Manual da RTS|manual]], and
** '''RTS''' (Run-Time Support): [https://dspace.ist.utl.pt/bitstream/2295/294512/1/librts-200903170001.tar.bz2 download], [[Manual da RTS|manual]], and
** '''Compact''' (simple but functional compiler): [https://dspace.ist.utl.pt/bitstream/2295/294026/1/compact-200903152029.tar.bz2 download]
** '''Compact''' (simple but functional compiler): [https://dspace.ist.utl.pt/bitstream/2295/294026/1/compact-200903152029.tar.bz2 download]
** [[Quick-and-Dirty Guide to Transforming Compact into your Compiler]] (use at your own risk)


== Tópicos de Apoio ==
== Tópicos de Apoio ==

Revision as of 21:06, 29 March 2009

Tópicos Teóricos

Tópicos de Desenvolvimento

Tópicos de Apoio

Execução de xml2dot

The xml2dot JAR is in the /tmp directory of the official machine.

Example for the NX6 language:

nx6 -target xml sourcefile.nx6
java -cp xml2dot.jar xml2dot.xml2dot sourcefile.xml