Re: Tiny Compiler in many languages at Rosettacode.org

alebencz@gmail.com
Wed, 16 Aug 2017 08:35:39 -0700 (PDT)

          From comp.compilers

Related articles
Tiny Compiler in many languages at Rosettacode.org ed_davis2@yahoo.com.dmarc.email (Ed Davis) (2016-11-10)
Re: Tiny Compiler in many languages at Rosettacode.org alebencz@gmail.com (2017-08-16)
| List of all articles for this month |

From: alebencz@gmail.com
Newsgroups: comp.compilers
Date: Wed, 16 Aug 2017 08:35:39 -0700 (PDT)
Organization: Compilers Central
References: 16-11-003
Injection-Info: miucha.iecc.com; posting-host="news.iecc.com:2001:470:1f07:1126:0:676f:7373:6970"; logging-data="59660"; mail-complaints-to="abuse@iecc.com"
Keywords: tools
Posted-Date: 17 Aug 2017 12:40:35 EDT
In-Reply-To: 16-11-003

Em sexta-feira, 11 de novembro de 2016 13:22:26 UTC-2, Ed Davis escreveu:
> At rosettacode.org, there are some new compiler related tasks.
> They revolve around creating the following "pieces" for a simple
> compiler:
>
> * Scanner - http://rosettacode.org/wiki/Compiler/lexical_analyzer
> * Parser - http://rosettacode.org/wiki/Compiler/syntax_analyzer
> * Code Generator - http://rosettacode.org/wiki/Compiler/code_generator
> * Virtual Machine Interpreter - http://rosettacode.org/wiki/Compiler/virtual_machine_interpreter
> * AST Interpreter - http://rosettacode.org/wiki/Compiler/AST_interpreter
>
> In case you are not familiar with Rosetta Code:
>
> Rosetta Code is a programming chrestomathy site. The idea is to
> present solutions to the same task in as many different languages
> as possible, to demonstrate how languages are similar and
> different, and to aid a person with a grounding in one approach
> to a problem in learning another.


Hi!
I will look to implement this tasks in Elena language ( https://github.com/ELENA-LANG/elena-lang )!
Thanks!!



Post a followup to this message

Return to the comp.compilers page.
Search the comp.compilers archives again.