You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Feb 6, 2025. It is now read-only.
Now that I have at least one GLSL writer, I can a very interesting property:
parse(show(ast)) == ast
This property is very interesting, because if we can generate random ASTs, we can have automatic testing for free. However, I don’t have random generation of AST yet. Some work must be done there.
The text was updated successfully, but these errors were encountered:
Now that I have at least one GLSL writer, I can a very interesting property:
This property is very interesting, because if we can generate random ASTs, we can have automatic testing for free. However, I don’t have random generation of AST yet. Some work must be done there.
The text was updated successfully, but these errors were encountered: