Torsten Paul
2018-09-02 22:27:48 UTC
/src/lexer.l
/src/parser.y
Yep, that describes the full parser./src/parser.y
The actual built-ins can be found searching for Builtins::init(),
see:
https://github.com/openscad/openscad/blob/master/src/builtin.cc
/src/scadlexer.cpp > for a list of "built-in" capabilities.
That lexer is GUI only, it has no influence on the actuallanguage, but it *should* be in sync for most keywords.
ciao,
Torsten.