dont print ast, we dont need it
This commit is contained in:
@@ -50,8 +50,8 @@ int main(int argc, char** argv) {
|
||||
return 1;
|
||||
}
|
||||
|
||||
printNode(ast.as.success);
|
||||
printf("\n");
|
||||
/*printNode(ast.as.success);
|
||||
printf("\n");*/
|
||||
|
||||
ResultType(cometCompilerPtr, charptr) compiler = newCompiler();
|
||||
if (compiler.error) {
|
||||
|
||||
@@ -11,10 +11,6 @@ struct Test {
|
||||
}
|
||||
}
|
||||
|
||||
func add(int a, int b) -> int {
|
||||
return a + b
|
||||
}
|
||||
|
||||
func main() -> int {
|
||||
Test test = new Test(1)
|
||||
test.foo()
|
||||
|
||||
Reference in New Issue
Block a user