View previous topic :: View next topic |
Author |
Message |
Wienczny
Joined: 10 Apr 2004 Posts: 35
|
Posted: Tue Apr 20, 2004 5:05 pm Post subject: You D Parser |
|
|
Hallo Dave,
how did you write the write your parser?
Did you actually use tools like ANTLR?
Stephan |
|
Back to top |
|
|
dsieber
Joined: 27 Mar 2004 Posts: 16
|
Posted: Tue Apr 20, 2004 6:21 pm Post subject: Re: You D Parser |
|
|
Wienczny wrote: |
how did you write the write your parser?
Did you actually use tools like ANTLR?
|
It's just a lexer in this release, so I haven't written a parser yet. With the Babel SDK, syntax coloring is done via the lexer, so that was the easiest first step to get working. It does present a few difficulties -- asm{} blocks are harder to do that way. _________________ dave |
|
Back to top |
|
|
|