Skip to content

Instantly share code, notes, and snippets.

View baquiax's full-sized avatar
🇬🇹

Alexander Baquiax baquiax

🇬🇹
View GitHub Profile
@baquiax
baquiax / Ast.java
Last active August 29, 2015 14:06 — forked from diegofigueroa/Ast.java
package compiler.ast;
import java.io.*;
import compiler.parser.*;
import compiler.lib.*;
import org.antlr.v4.runtime.tree.*;
public class Ast{