Today spend whole day tackling 3 problems:
- OpenSCAD crashes with segmentation fault message when syntax does not match with that of the grammar defined in comment parser.
- Words with space between didn’t return as one token.
- Unable to differentiate between description, comment and parameter
I tried a lot to solve second problem and design solution for the third problem but was not successful. so, I thought of an alternative for the second problem which I will be trying tomorrow.
I was able to solve first problem by the end of the day.