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
Pragma Directive : Any pragmas formatted differently will not work out, not supporting.
Comment : Comments are not validated.
Execution : There will be support for function body content, just not the expression values.
Platform Attributes
Untyped
Both the upfront & parsing constructor need it, could make a helper function to do this for any string.
Essentially involves removing any formatting isn't important between syntax tokens.
What would be kept:
A single space between non-whitespace.
Newlines
Should minimize or possibly eliminate any issues with formatting getting in the way with validation.
The text was updated successfully, but these errors were encountered:
Necessary due to the following:
9b6dc3c
9b6dc3c
AST construction that needs it:
Pragma Directive: Any pragmas formatted differently will not work out, not supporting.Comment: Comments are not validated.Execution: There will be support for function body content, just not the expression values.Both the upfront &parsing constructor need it, could make a helper function to do this for any string.Essentially involves removing any formatting isn't important between syntax tokens.
What would be kept:
Should minimize or possibly eliminate any issues with formatting getting in the way with validation.
The text was updated successfully, but these errors were encountered: