Groups
Conversations
All groups and messages
Send feedback to Google
Help
Sign in
Groups
comp.compilers
Conversations
About
comp.compilers
1–30 of 12945
Mark all as read
Report abusive group
0 selected
Christopher F Clark
, …
gah4
4
9:46 PM
Who first invented dotted-item notation?
On Sunday, May 22, 2022 at 10:15:07 AM UTC-7, Christopher F Clark wrote: > I know the notation
unread,
Who first invented dotted-item notation?
On Sunday, May 22, 2022 at 10:15:07 AM UTC-7, Christopher F Clark wrote: > I know the notation
9:46 PM
Christopher F Clark
May 22
Table driven LL.
George Neuner speculated that table driven LL parsing is possible, and I will answer yes. When I was
unread,
Table driven LL.
George Neuner speculated that table driven LL parsing is possible, and I will answer yes. When I was
May 22
Roger L Costello
, …
Christopher F Clark
6
May 22
Please provide a learning path for mastering lexical analysis languages
My apologies for this delayed reply. The startup I am working for is nearing the alpha release and I
unread,
Please provide a learning path for mastering lexical analysis languages
My apologies for this delayed reply. The startup I am working for is nearing the alpha release and I
May 22
Rock Brentwood
, …
Thomas Koenig
7
May 21
Fortran to C/C++ translation: a running example.
Lydia Marie Williamson <lydiamariewilliamson@gmail.com> schrieb: > On Monday, May 16, 2022
unread,
Fortran to C/C++ translation: a running example.
Lydia Marie Williamson <lydiamariewilliamson@gmail.com> schrieb: > On Monday, May 16, 2022
May 21
Roger L Costello
May 21
The "philosophy" of why labeled trees aid in the translation process
Hi Folks, A book [1] that I am reading says this: ------------------------------- It is often
unread,
The "philosophy" of why labeled trees aid in the translation process
Hi Folks, A book [1] that I am reading says this: ------------------------------- It is often
May 21
Gautier write-only address
May 19
Ann: HAC v.0.1 Ada compiler
HAC (HAC Ada Compiler) is a quick, small, open-source Ada compiler, covering a subset of the Ada
unread,
Ann: HAC v.0.1 Ada compiler
HAC (HAC Ada Compiler) is a quick, small, open-source Ada compiler, covering a subset of the Ada
May 19
Dirk Craeynest
May 16
Ada-Europe - AEiC 2022 early registration deadline approaching (Belgium, June 2022)
----------------------------------------------------------------------- UPDATED Call for
unread,
Ada-Europe - AEiC 2022 early registration deadline approaching (Belgium, June 2022)
----------------------------------------------------------------------- UPDATED Call for
May 16
Roger L Costello
, …
gah4
9
May 8
Flex is the most powerful lexical analysis language in the world. True or False?
Thank you again Chris. Terrific information. Another question if I may. You wrote: > And that goes
unread,
Flex is the most powerful lexical analysis language in the world. True or False?
Thank you again Chris. Terrific information. Another question if I may. You wrote: > And that goes
May 8
Tom Shields
May 6
Announcing Ox release 1.10.2
Ox version 1.10.2 is now available on SourceForge (sourceforge.net/projects/ox-attribute-grammar-
unread,
Announcing Ox release 1.10.2
Ox version 1.10.2 is now available on SourceForge (sourceforge.net/projects/ox-attribute-grammar-
May 6
Dirk Craeynest
May 3
Ada-Europe Int.Conf. Reliable Software Technologies, AEiC 2022 (Belgium, June 2022)
----------------------------------------------------------------------- Call for Participation ***
unread,
Ada-Europe Int.Conf. Reliable Software Technologies, AEiC 2022 (Belgium, June 2022)
----------------------------------------------------------------------- Call for Participation ***
May 3
Roger L Costello
, …
luser droog
5
Apr 28
Using a C struct to represent a node in a parse tree ... how many fields in the struct?
On Friday, April 8, 2022 at 4:09:26 PM UTC-5, Kaz Kylheku wrote: > On 2022-04-08, Roger L Costello
unread,
Using a C struct to represent a node in a parse tree ... how many fields in the struct?
On Friday, April 8, 2022 at 4:09:26 PM UTC-5, Kaz Kylheku wrote: > On 2022-04-08, Roger L Costello
Apr 28
Derek Jones
, …
gah4
9
Apr 25
Programming language similarity
gah4, > In any case, character set limitations stay with us long after > the reason for the
unread,
Programming language similarity
gah4, > In any case, character set limitations stay with us long after > the reason for the
Apr 25
Roger L Costello
,
Kaz Kylheku
2
Apr 25
Question about regex with negated character class
On 2022-04-25, Roger L Costello <costello@mitre.org> wrote: > Hi Folks, > > On page 12
unread,
Question about regex with negated character class
On 2022-04-25, Roger L Costello <costello@mitre.org> wrote: > Hi Folks, > > On page 12
Apr 25
baverly76
Apr 22
Faculty position in computer science /cybersecurity
Florida A&M University (FAMU) in Tallahassee, Florida, USA is looking for tenure track faculty
unread,
Faculty position in computer science /cybersecurity
Florida A&M University (FAMU) in Tallahassee, Florida, USA is looking for tenure track faculty
Apr 22
Roger L Costello
,
Christopher F Clark
2
Apr 9
Why is flex pattern-matching of NULs slow?
I haven't looked at Flex in a while either, but what I remember is that 0 is used as end of
unread,
Why is flex pattern-matching of NULs slow?
I haven't looked at Flex in a while either, but what I remember is that 0 is used as end of
Apr 9
Christopher F Clark
, …
gah4
6
Mar 27
Integer sizes and DFAs
@gah4: Ok, The state space for the whole GenBank is larger. And, if we ever get to the point where we
unread,
Integer sizes and DFAs
@gah4: Ok, The state space for the whole GenBank is larger. And, if we ever get to the point where we
Mar 27
Roger L Costello
, …
Anton Ertl
16
Mar 26
How can the speed of a scanner be independent of the number of rules?
anton@mips.complang.tuwien.ac.at (Anton Ertl) writes: >[I don't understand where you get only
unread,
How can the speed of a scanner be independent of the number of rules?
anton@mips.complang.tuwien.ac.at (Anton Ertl) writes: >[I don't understand where you get only
Mar 26
Andy
, …
George Neuner
4
Mar 21
Parser LL(*)
On Sun, 20 Mar 2022 20:05:41 +0200, Christopher F Clark <christopher.f.clark@compiler-resources.
unread,
Parser LL(*)
On Sun, 20 Mar 2022 20:05:41 +0200, Christopher F Clark <christopher.f.clark@compiler-resources.
Mar 21
Roger L Costello
, …
matt.ti...@gmail.com
13
Mar 20
What stage should entities be resolved? Lexical analysis stage? Syntax analysis stage? Semantic analysis stage?
On Thursday, 17 March 2022 at 14:41:47 UTC-4, Roger L Costello wrote: > For instance, as I
unread,
What stage should entities be resolved? Lexical analysis stage? Syntax analysis stage? Semantic analysis stage?
On Thursday, 17 March 2022 at 14:41:47 UTC-4, Roger L Costello wrote: > For instance, as I
Mar 20
Ev. Drikos
, …
Thomas Koenig
4
Mar 19
Improved accuracy in diagnostics. Is it worthwhile?
On 18/03/2022 20:12, Thomas Koenig wrote: > ... > If you are compiling, it is usually a small
unread,
Improved accuracy in diagnostics. Is it worthwhile?
On 18/03/2022 20:12, Thomas Koenig wrote: > ... > If you are compiling, it is usually a small
Mar 19
Roger L Costello
, …
Thomas Koenig
18
Mar 11
How do you create a grammar for a multi-language language?
Our moderator wrote > [Having written production Fortran compilers, I can assure you that to >
unread,
How do you create a grammar for a multi-language language?
Our moderator wrote > [Having written production Fortran compilers, I can assure you that to >
Mar 11
Johann 'Myrkraverk' Oskarsson
, …
Paul Robinson
11
Mar 5
Some questions about recursive descent?
On 27 Feb 2022 16:37:05 EST, Johann 'Myrkraverk' Oskarsson <johann@myrkraverk.com>
unread,
Some questions about recursive descent?
On 27 Feb 2022 16:37:05 EST, Johann 'Myrkraverk' Oskarsson <johann@myrkraverk.com>
Mar 5
Dirk Craeynest
Feb 20
11th Ada Developer Room at FOSDEM 2022 - videos online
----------------------------------------------------------------------- *** Presentations and video
unread,
11th Ada Developer Room at FOSDEM 2022 - videos online
----------------------------------------------------------------------- *** Presentations and video
Feb 20
Roger L Costello
, …
Louis Krupp
6
Feb 18
What is the semantics of a language?
On 1/21/2022 5:08 PM, Roger L Costello wrote: > Hello Compiler Experts! > > Ah! I found the
unread,
What is the semantics of a language?
On 1/21/2022 5:08 PM, Roger L Costello wrote: > Hello Compiler Experts! > > Ah! I found the
Feb 18
ltc...@gmail.com
Feb 15
Contributing to Psyche-C
Hi. Psyche-C is a compiler frontend for the C language that is designed for the implementation of
unread,
Contributing to Psyche-C
Hi. Psyche-C is a compiler frontend for the C language that is designed for the implementation of
Feb 15
Johann 'Myrkraverk' Oskarsson
, …
Johann 'Myrkraverk' Oskarsson
11
Feb 11
Graphical representations of syntax trees?
On 2/8/2022 9:34 PM, Jonathan Thornburg wrote: > Johann 'Myrkraverk' Oskarsson <johann@
unread,
Graphical representations of syntax trees?
On 2/8/2022 9:34 PM, Jonathan Thornburg wrote: > Johann 'Myrkraverk' Oskarsson <johann@
Feb 11
Aston Goldsmith
,
Johann 'Myrkraverk' Oskarsson
2
Feb 10
Any open source mini IDE written in C + win32 api
On 2/9/2022 10:29 PM, Aston Goldsmith wrote: > is really there any decent mini IDE written in C
unread,
Any open source mini IDE written in C + win32 api
On 2/9/2022 10:29 PM, Aston Goldsmith wrote: > is really there any decent mini IDE written in C
Feb 10
Tom Shields
2
Feb 7
Announcing Ox release 1.10.1
Howdy, Roger, responses to your questions below: > On Feb 7, 2022, at 1:21 PM, Roger L Costello
unread,
Announcing Ox release 1.10.1
Howdy, Roger, responses to your questions below: > On Feb 7, 2022, at 1:21 PM, Roger L Costello
Feb 7
Dirk Craeynest
Feb 3
Ada Developer Room at FOSDEM 2022 - Sun 6 Feb - online
----------------------------------------------------------------------- Call for Participation 11th
unread,
Ada Developer Room at FOSDEM 2022 - Sun 6 Feb - online
----------------------------------------------------------------------- Call for Participation 11th
Feb 3
Roger L Costello
, …
Johann 'Myrkraverk' Oskarsson
20
Feb 3
What is the meaning of an expression?
On 1/15/2022 2:21 PM, matt.ti...@gmail.com wrote: > Of course, expressions in most languages can
unread,
What is the meaning of an expression?
On 1/15/2022 2:21 PM, matt.ti...@gmail.com wrote: > Of course, expressions in most languages can
Feb 3