MESSAGE
DATE | 2016-12-23 |
FROM | Ruben Safir
|
SUBJECT | Re: [Learn] Tiny Compiler in many languages at Rosettacode.org
|
From learn-bounces-at-nylxs.com Fri Dec 23 16:33:40 2016 Return-Path: X-Original-To: archive-at-mrbrklyn.com Delivered-To: archive-at-mrbrklyn.com Received: from www.mrbrklyn.com (www.mrbrklyn.com [96.57.23.82]) by mrbrklyn.com (Postfix) with ESMTP id 1213D161316; Fri, 23 Dec 2016 16:33:40 -0500 (EST) X-Original-To: learn-at-nylxs.com Delivered-To: learn-at-nylxs.com Received: from [10.0.0.62] (flatbush.mrbrklyn.com [10.0.0.62]) by mrbrklyn.com (Postfix) with ESMTP id 35BA4160E77; Fri, 23 Dec 2016 16:33:36 -0500 (EST) To: hangout-at-nylxs.com, learn-at-nylxs.com References: <16-11-003-at-comp.compilers> From: Ruben Safir Message-ID: <78ef189d-1036-d7c2-e5dc-12328008f781-at-mrbrklyn.com> Date: Fri, 23 Dec 2016 16:33:36 -0500 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:45.0) Gecko/20100101 Thunderbird/45.5.1 MIME-Version: 1.0 In-Reply-To: <16-11-003-at-comp.compilers> Subject: Re: [Learn] Tiny Compiler in many languages at Rosettacode.org X-BeenThere: learn-at-nylxs.com X-Mailman-Version: 2.1.17 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Errors-To: learn-bounces-at-nylxs.com Sender: "Learn"
On Thu, 10 Nov 2016 21:35:28 +0000, Ed Davis wrote:
> 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. > > What better place to solicit some (simple) compiler related code than > comp.compilers? > > Currently there are examples in C, Python, and Algol W. I hope members > of this list will contribute a few solutions in additional languages! > [Algol W? Wow. -John]
-- So many immigrant groups have swept through our town that Brooklyn, like Atlantis, reaches mythological proportions in the mind of the world - RI Safir 1998 http://www.mrbrklyn.com
DRM is THEFT - We are the STAKEHOLDERS - RI Safir 2002 http://www.nylxs.com - Leadership Development in Free Software http://www2.mrbrklyn.com/resources - Unpublished Archive http://www.coinhangout.com - coins! http://www.brooklyn-living.com
Being so tracked is for FARM ANIMALS and and extermination camps, but incompatible with living as a free human being. -RI Safir 2013 _______________________________________________ Learn mailing list Learn-at-nylxs.com http://lists.mrbrklyn.com/mailman/listinfo/learn
|
|