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.
»There is certain complexity when parsing and generating access paths. In the 11th test I implemented simple support for accessing array indexes.
»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.
The test7.cell
includes multiple aspects of the language.