Python Forum
Meaning of some term? - Printable Version

+- Python Forum (https://python-forum.io)
+-- Forum: Python Coding (https://python-forum.io/forum-7.html)
+--- Forum: General Coding Help (https://python-forum.io/forum-8.html)
+--- Thread: Meaning of some term? (/thread-1294.html)



Meaning of some term? - hsunteik - Dec-21-2016

What is attribute grammar and backend generator?
Please answer as detailed as possible. Big Grin

Is it better to create lexer and parser with register expression to match or match it manually?


RE: Meaning of some term? - micseydel - Dec-21-2016

These aren't Python nor coding questions, they're questions about language and language processing. Someone might Google it to tell you, or might even already have the expertise, but just be aware that you might find these kinds of domain-specific questions aren't answered as well here as questions that are more about Python or Python code.


RE: Meaning of some term? - Larz60+ - Dec-21-2016

Attribute Grammar: http://catalog.compilertools.net/attribute.html
Backend Generator: http://catalog.compilertools.net/backend.html