Related articles |
---|
Report: Mixed-layer template parser generator kehl@f2s.com (2004-08-05) |
From: | kehl@f2s.com (Peter Kehl) |
Newsgroups: | comp.compilers |
Date: | 5 Aug 2004 14:27:45 -0400 |
Organization: | http://groups.google.com |
Keywords: | tools, parse |
Posted-Date: | 05 Aug 2004 14:27:45 EDT |
MixedCC (Mixed Compiler Compiler) - parser generator and framework. It
is capable of parsing and handling inner layer stacks in multi-layer
templates (like HTML in JSP/PHP).
'Mixed' means ability to control and process parsing inner layers
inside parallel branches of outer statements (such as if-else).
Parsing mechanism works as Stack Machine with Detachable stack. It is
implemented as open source in Java.
SPIndent is an implementation of MixedCC for JSP/PHP/ASP. It
structurally validates and reformats the templates.
Book and code at http://spindent.paneris.net/
Return to the
comp.compilers page.
Search the
comp.compilers archives again.