[Freeciv-Dev] Re: Server/ruleset unification & grammars [Was [RFC PATCH]
[Top] [All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index] [Thread Index]
To: |
Freeciv Developers List <freeciv-dev@xxxxxxxxxxx> |
Subject: |
[Freeciv-Dev] Re: Server/ruleset unification & grammars [Was [RFC PATCH] init_techs] |
From: |
Stepan Roh <stepan@xxxxxxxx> |
Date: |
Mon, 24 Sep 2001 22:35:18 +0200 (CEST) |
On Mon, 24 Sep 2001, Arien Malec wrote:
> The concept of a small/little language is, IMHO, exactly the right one. The
> choice of parsing infrastructure, however, depends on how complex the little
> language is. lex/yacc are great for a complex language with LALR grammars, but
> there is a certain overhead associated with them. If we confine ourselves to
> LL(1) grammars, we don't need that overhead.
>
> The sort of attribute setting stuff that the server and rulesets do is not
> terribly hard & doesn't *need* the full overhead of lex/yacc.
Sure, there is no need to use yacc, but lex could be useful. It can
produce powerful parsers.
Have a nice day.
Stepan Roh
- [Freeciv-Dev] Re: [RFC PATCH] init_techs, (continued)
- [Freeciv-Dev] Re: [RFC PATCH] init_techs, Reinier Post, 2001/09/24
- [Freeciv-Dev] Re: [RFC PATCH] init_techs, Daniel L Speyer, 2001/09/24
- [Freeciv-Dev] Re: [RFC PATCH] init_techs, Raimar Falke, 2001/09/24
- [Freeciv-Dev] Re: [RFC PATCH] init_techs, Daniel L Speyer, 2001/09/24
- [Freeciv-Dev] Re: [RFC PATCH] init_techs, Raimar Falke, 2001/09/24
- [Freeciv-Dev] Server/ruleset unification & grammars [Was [RFC PATCH] init_techs], Arien Malec, 2001/09/24
- [Freeciv-Dev] Re: Server/ruleset unification & grammars [Was [RFC PATCH] init_techs],
Stepan Roh <=
- [Freeciv-Dev] Re: [RFC PATCH] init_techs, Reinier Post, 2001/09/24
- [Freeciv-Dev] Re: [RFC PATCH] init_techs, Raimar Falke, 2001/09/24
- [Freeciv-Dev] Re: [RFC PATCH] init_techs, Greg Wooledge, 2001/09/24
- [Freeciv-Dev] Server/ruleset unification [Was [RFC PATCH] init_techs], Arien Malec, 2001/09/24
- [Freeciv-Dev] Re: Server/ruleset unification [Was [RFC PATCH] init_techs], Raimar Falke, 2001/09/25
- [Freeciv-Dev] Re: Server/ruleset unification [Was [RFC PATCH] init_techs], Arien Malec, 2001/09/25
- [Freeciv-Dev] Re: Server/ruleset unification [Was [RFC PATCH] init_techs], Raimar Falke, 2001/09/25
- [Freeciv-Dev] Re: Server/ruleset unification [Was [RFC PATCH] init_techs], Arien Malec, 2001/09/25
- [Freeciv-Dev] Re: Server/ruleset unification [Was [RFC PATCH] init_techs], Raimar Falke, 2001/09/25
- [Freeciv-Dev] Re: Server/ruleset unification [Was [RFC PATCH] init_techs], Arien Malec, 2001/09/25
|
|