flux icon indicating copy to clipboard operation
flux copied to clipboard

AST validation

Open nathanielc opened this issue 6 years ago • 1 comments

The AST has an function ast.Check that checks for any errors within the AST. We need to complete the implementation of that method as it currently does not catch a large portion of possible errors.

In the meantime the side effect of this behavior is that the parser will accept and ignore portions of the Flux source code. This gives the user the impression that the Flux script is accurate and complete but it is not.

nathanielc avatar Jan 18 '19 16:01 nathanielc