[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Generate major mode from Antlr source
From: |
Stefan Monnier |
Subject: |
Re: Generate major mode from Antlr source |
Date: |
Thu, 30 Oct 2003 21:40:44 GMT |
User-agent: |
Gnus/5.09 (Gnus v5.9.0) Emacs/21.3.50 |
> Is there a package to generate the font-locking and indentation engine from
> an antlr source-file?
I don't think the ANTLR source is sufficient, but it would be interesting
to know if someone has worked on doing that (with some side help to know
what non-terminal deserves highlighting, for example).
Maybe a first step would be to generate a Semantic description and/or
to setup the syntax-table.
Stefan