Re: [fpc-pascal] Modern Compiler Construction using Pascal

2018-01-05 Thread Graeme Geldenhuys
On 2018-01-02 15:30, Marc Santhoff wrote: Sorry for mentioning something nasty like Java on this list. The more I use Java (and the ecosystem around it) the more I love it. :) It is expected that any developer these days are proficient in multiple languages. Object Pascal (Delphi) and Java

Re: [fpc-pascal] Modern Compiler Construction using Pascal

2018-01-04 Thread leledumbo via fpc-pascal
I used to play with this a bit: https://github.com/lysee/lysee It's written by a Chinese programmer and I remember reading his page about the language using google translate :p The github page is without documentation, but its older google code page is still accessible (just hope he didn't break

Re: [fpc-pascal] Modern Compiler Construction using Pascal

2018-01-04 Thread Yves Cloutier
Wow, these are all amazing links! Thanks so much. This should keep me busy for a while! On Tue, Jan 2, 2018 at 10:49 AM, Santiago A. wrote: > El 01/01/2018 a las 19:17, Yves Cloutier escribió: > > Hi there, > > > > I'd be interested to know if any modern compilers have

Re: [fpc-pascal] Modern Compiler Construction using Pascal

2018-01-02 Thread Marc Santhoff
On Mon, 2018-01-01 at 13:17 -0500, Yves Cloutier wrote: > Hi there, > > I'd be interested to know if any modern compilers have been written > in > Pascal (other than the Pascal Compiler). A bit outdated, but intresting: http://pascaland.org/pascall.htm -- Marc Santhoff

Re: [fpc-pascal] Modern Compiler Construction using Pascal

2018-01-02 Thread Santiago A.
El 01/01/2018 a las 19:17, Yves Cloutier escribió: > Hi there, > > I'd be interested to know if any modern compilers have been written in > Pascal (other than the Pascal Compiler). > > It's unfortunate that that most Pascal books out there are rather > dated.  I did recently purchase  The first

Re: [fpc-pascal] Modern Compiler Construction using Pascal

2018-01-02 Thread Marc Santhoff
On Mon, 2018-01-01 at 13:17 -0500, Yves Cloutier wrote: > Hi there, > > I'd be interested to know if any modern compilers have been written in > Pascal (other than the Pascal Compiler). > > It's unfortunate that that most Pascal books out there are rather dated. I > did recently purchase >

Re: [fpc-pascal] Modern Compiler Construction using Pascal

2018-01-02 Thread greim
I guess you already noticed the book of the master himself: Nicklaus Wirth https://www.inf.ethz.ch/personal/wirth/CompilerConstruction/index.html Its revised 2017 (!) based on Oberon. Afaik one of the first editions was based on Pascal. Markus Am 01.01.2018 um 19:17 schrieb Yves

Re: [fpc-pascal] Modern Compiler Construction using Pascal

2018-01-02 Thread Mattias Gaertner
On Mon, 1 Jan 2018 13:17:47 -0500 Yves Cloutier wrote: > Hi there, > > I'd be interested to know if any modern compilers have been written in > Pascal (other than the Pascal Compiler). pas2js is written in FPC. Mattias ___

[fpc-pascal] Modern Compiler Construction using Pascal

2018-01-02 Thread Yves Cloutier
Hi there, I'd be interested to know if any modern compilers have been written in Pascal (other than the Pascal Compiler). It's unfortunate that that most Pascal books out there are rather dated. I did recently purchase Compiler Engineering Using Pascal (by Capon)