[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: Lua parser implementations in Lua?
- From: Mark Hamburg <mhamburg@...>
- Date: Thu, 02 Oct 2003 11:18:27 -0700
Another benefit of a standard representation for Lua parse trees and a way
to generate them would be that it might pave the way to implementing a
Lisp-like macro system for Lua. See various essays on Paul Graham's web site
(http://www.paulgraham.com/) for example
(http://www.paulgraham.com/avg.html) for discussions of why macros are
potentially so valuable.
Mark