L20n/Issues
< L20n
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...