Programming concepts that capture semantic that is common among different programming language, both imperative, functional and declarative.
The class hierarchy together class fields, member functions and UDAs encode the semantics of the above mentioned concepts.
Language-Agnostic Syntax Tree Node Type Code. A UDA ´@isA_$NODETYPE´ => inherit $NODETYPE. Expresses inheritance via UDAs, for instance: @isA_token comment means that comment is a kind of token.
See Source File
Programming concepts that capture semantic that is common among different programming language, both imperative, functional and declarative.
The class hierarchy together class fields, member functions and UDAs encode the semantics of the above mentioned concepts.