Compiladores: Difference between revisions

From Wiki**3

No edit summary
(Redirected page to ist:Compiladores)
 
(70 intermediate revisions by the same user not shown)
Line 1: Line 1:
__NOTOC__
#REDIRECT [[ist:Compiladores]]
{{NAVCompiladores}}
== 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]]" [http://www.l2f.inesc-id.pt/~david/ist/docencia/compiladores/howto.pdf PDF] (CDK3)
* Apêndice B: [http://www.l2f.inesc-id.pt/~david/ist/docencia/compiladores/2005-2006/200605240840-pf.pdf Postfix Code Generator]
* Material de apoio à construção de compiladores [http://download.opensuse.org/repositories/home:/d4vid:/co11/ download]
** '''CDK''' (Compiler Development Kit)
** '''RTS''' (Run-Time Support), and
** '''Compact''' (simple but functional compiler)
** [[Quick-and-Dirty Guide to Transforming Compact into your Compiler]] (use at your own risk)
 
== 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 (make & cvs)|Tools and Development Environment]] (small guide to practical tools: make and cvs)
 
=== Execução de xml2dot ===
 
The xml2dot JAR can be Googled and used as shown below:
 
Example for the NX6 language:
 
nx6 -target xml sourcefile.nx6
java -cp xml2dot.jar xml2dot.xml2dot sourcefile.xml
 
[[category:Compiladores]]
[[category:Ensino]]
[[en:Compilers]]

Latest revision as of 22:46, 6 December 2018

Redirect to: