Skip to content
Snippets Groups Projects
Commit 7f5c9e53 authored by Mikhail.Barash's avatar Mikhail.Barash
Browse files

fixed bug (removed line 159, because it was left there from the complete solution)

parent 3eeea06d
Branches master
No related tags found
No related merge requests found
......@@ -156,7 +156,7 @@ export function parseProgram(tokens: Token[]): AstNode[] {
// 3.1.3.1.3. Property `nodeType` should be `PhysicalUnit`
// TODO: YOUR CODE HERE
};
// 3.1.4. Otherwise, if that value is one of the (???what???) units, then:
} else if (/* TODO: YOUR CODE HERE */) {
// TODO: YOUR CODE HERE
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment