The future of Emacs, Guile, and Emacs Lisp
The future of Emacs, Guile, and Emacs Lisp
Posted Oct 23, 2014 1:34 UTC (Thu) by cmccabe (guest, #60281)In reply to: The future of Emacs, Guile, and Emacs Lisp by Cyberax
Parent article: The future of Emacs, Guile, and Emacs Lisp
Details here: http://eli.thegreenplace.net/2007/11/24/the-context-sensi...
C++ has an undecidable grammar.
I can parse C with yacc. I could never hope to parse C++ with anything but a hand-written parser.
Posted Oct 23, 2014 11:41 UTC (Thu)
by jwakely (subscriber, #60262)
[Link]
int Foo (int i = T<1, int>::i);
(See http://open-std.org/jtc1/sc22/wg21/docs/cwg_active.html#325 for other examples like that)
The future of Emacs, Guile, and Emacs Lisp