cellcomp: Notes from `test11.cell` in cell compiler development

There is certain complexity when parsing and generating access paths. In the 11th test I implemented simple support for accessing array indexes.

»
Author's profile picture Armands Arseniuss Skolmeisters

cellcomp: Notes from `test8.cell` in cell compiler development

I had an idea to allow multiple types of operators. Not only the known C operators like %% and && but any combination of operator characters, ex. !$%^&* etc.

»
Author's profile picture Armands Arseniuss Skolmeisters

cellcomp: Notes from `test7.cell` in cell compiler development

The test7.cell includes multiple aspects of the language.

»
Author's profile picture Armands Arseniuss Skolmeisters