RCC | ruby compiler compilerWhen building an RCC grammar, you will be focussing on two primary things: describing lexical elements (keywords, operators, names, etc.) describing grammatical structures (rules about how lexical elements combine to create meaning) In addition to these basic elements, RCC also needs you to describe the Abstract Syntax Tree that will be built when a source file is processed [...]