Skip to content

Conversation

@jmcorey
Copy link
Contributor

@jmcorey jmcorey commented Aug 1, 2024

I wrote a yaml syntax parsing file for .scad files (OpenSCAD--a 2D&3D modelling
program), based on the references shown in the comments at the top of the file.

@jmcorey jmcorey force-pushed the new_openscad_syntax_file branch from e350909 to a21374e Compare September 1, 2024 22:06
Update from PR feedback:
Coalesce multiple statement rules into one.
Coalesce multiple constant.number into one.

Update from more PR feedback:
Fix special variables (starting with $)--var must start with $,
i.e. x$y is not a valid special var, but you can have x=$y.

Compiled and tested again with latest changes.
@jmcorey jmcorey force-pushed the new_openscad_syntax_file branch from a21374e to 6d4adef Compare September 3, 2024 21:36
@JoeKar JoeKar merged commit d8f7928 into zyedidia:master Sep 4, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants