Compiladores: Difference between revisions
From Wiki**3
No edit summary |
|||
Line 16: | Line 16: | ||
* [[Tópicos Rápidos sobre C++]] - A Guide for the Perplexed (with examples) | * [[Tópicos Rápidos sobre C++]] - A Guide for the Perplexed (with examples) | ||
* [[Quick topics on compiling and linking in C/C++]] | |||
* [[Tools and Development Environment (make & cvs)|Tools and Development Environment]] (small guide to practical tools: make and cvs) | * [[Tools and Development Environment (make & cvs)|Tools and Development Environment]] (small guide to practical tools: make and cvs) | ||
Revision as of 11:31, 15 March 2010
Tópicos Teóricos
- Tópicos sobre Construção de Compiladores (teoria e prática)
Tópicos de Desenvolvimento
- "Construção de Compiladores em C++ usando Objectos e Padrões" PDF (CDK3)
- Apêndice B: Postfix Code Generator
- Material de apoio à construção de compiladores:
Tópicos de Apoio
- Tópicos Rápidos sobre C++ - A Guide for the Perplexed (with examples)
- Quick topics on compiling and linking in C/C++
- Tools and Development Environment (small guide to practical tools: make and cvs)
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