L20n/Issues

From MozillaWiki
< L20n
Revision as of 00:08, 27 January 2007 by AxelHecht (talk | contribs) (Basil says this is not labs food)
Jump to navigation Jump to search
bug tracking
We should be able to file and track bugs. The most appropriate place to hook this up seems to be the Mozilla Labs product.
Editors
If you know someone who should be participating in this work as an editor, please convince her or him to apply.
Tools used
One part of the specification should be a grammar specification for the fileformat, in a somewhat understandable syntax. Currently, I'm using antlr to create parsers from a EBNF-like grammar. It promised to create code for more than just java, but currently, I'm hitting a few blockers. It might be that I'm hitting bugs in the 3.0b5, or just limitations of the approach in antlr. Anyway, there's currently no descent output other than java, and creating ASTs doesn't work that well without putting AST-related constructs into the grammar. Which is merely noise. Suggestions welcome, in particular for tools that could even generate js.

Back to L20n...