[fpc-pascal] Re: Re: TPLY

2010-10-29 Thread leledumbo
I would start with this site to learn how to create recursive descent parsers using Pascal :) Definitely, but it doesn't build AST, which is required if you need to write a parser for a language that can't be parsed in single pass like Java. -- View this message in context:

Re: [fpc-pascal] TPLY

2010-10-29 Thread Thierry Coq
Brian, thanks for the diff, I'll take it into account and publish an update. On 28/10/2010 18:50, Brian Winfrey wrote: ... The changes I made in this diff were simply to get it to compile. Subsequently I renamed all files and folders to lowercase, converted spaces to underscores and added a

Re: [fpc-pascal] Re: Re: TPLY

2010-10-29 Thread Adriaan van Os
Paul Nicholls wrote: I would start with this site to learn how to create recursive descent parsers using Pascal :) http://compilers.iecc.com/crenshaw/ I recommend http://www-old.oberon.ethz.ch/WirthPubl/CBEAll.pdf Regards, Adriaan van Os ___

Re: [fpc-pascal] Re: Re: TPLY

2010-10-29 Thread Thierry Coq
I second that. ... I recommend http://www-old.oberon.ethz.ch/WirthPubl/CBEAll.pdf ... also Wirth's book on Project Oberon, where the compiler design is explained, and its purpose in the whole project: http://www.oberon.ethz.ch/WirthPubl/ProjectOberon.pdf in the physical world: ISBN

Re: [fpc-pascal] Re: Changes in fcl-web

2010-10-29 Thread Joost van der Sluis
On Thu, 2010-10-28 at 06:59 -0700, leledumbo wrote: They are up-to-date available in the fppkg repository. See the fppkg wiki page on how to set it up. Then: fppkg install webdesign will do the trick. And if not: tell me. Maybe you're the first one who uses it. Seems like

Re: [fpc-pascal] Re: Re: TPLY

2010-10-29 Thread David Riley
On Fri, 2010-10-29 at 09:24 +1100, Paul Nicholls wrote: Brian Winfrey bwcod...@gmail.com wrote in message news:aanlktinq5bgnulg05nyuizl8bpoxdenu3ofyuqhnp...@mail.gmail.com... Thank you, What techiniques have you used in the past that you could share to get me started? On Wed, Oct 27, 2010

[fpc-pascal] Re: Changes in fcl-web

2010-10-29 Thread leledumbo
Thanks, I'll try as soon as I arrive at home. Anyway, the Gecko and jQuery package can still be used from the last WebDesign package or have the dependencies been dropped? -- View this message in context: http://free-pascal-general.1045716.n5.nabble.com/Changes-in-fcl-web-tp3239906p3242077.html

[fpc-pascal] setting variables with DWARF in gdb

2010-10-29 Thread Seth Grover
When I compile an FPC program for debug with DWARF symbols, GDB seemingly ignores my commands to set variables or registers when debugging: With STABS (or whatever the default is, ie., -gw is not set): Breakpoint 1, DOIT () at /home/tlacuache/tmp/project1.lpr:14 14 writeln(MYVAR); (gdb)

[fpc-pascal] Re: setting variables with DWARF in gdb

2010-10-29 Thread Seth Grover
I *was* doing something wrong... doing a := (pascal-style assignment) rather than just = seems to work Ok. -SG -- This email is fiction. Any resemblance to actual events or persons living or dead is purely coincidental. Seth Grover sethdgrover[at]gmail[dot]com On Fri, Oct 29, 2010 at 10:58

Re: [fpc-pascal] Re: Re: TPLY

2010-10-29 Thread Brian Winfrey
Well, seems like you all have given some material to get me started. As nobody suggested sticking with TPLY or plex/bison I will back-burner that and proceed with crenshaw/oberon. Thanks to everyone. ___ fpc-pascal maillist -

Re: [fpc-pascal] TPLY

2010-10-29 Thread Brian Winfrey
Thanks, I'll look into this as well. On Fri, Oct 29, 2010 at 2:19 AM, Thierry Coq t...@free.fr wrote: Brian, thanks for the diff, I'll take it into account and publish an update. On 28/10/2010 18:50, Brian Winfrey wrote: ... The changes I made in this diff were simply to get it to compile.

Re: [fpc-pascal] Re: Changes in fcl-web

2010-10-29 Thread Joost van der Sluis
On Fri, 2010-10-29 at 07:19 -0700, leledumbo wrote: Thanks, I'll try as soon as I arrive at home. Anyway, the Gecko and jQuery package can still be used from the last WebDesign package or have the dependencies been dropped? Geckoport was commented-out, because it only worked on Windows. Now it

[fpc-pascal] Re: Changes in fcl-web

2010-10-29 Thread leledumbo
Geckoport was commented-out, because it only worked on Windows. Now it works on other platforms too, I'll add a fpmake package for it. So, in the download package you attach, what would the html previewer be instead of Gecko? -- View this message in context: