Package litil.ast

Examples of litil.ast.AstNode


public class Litil {
    public static void main(String[] args) {
        String filename = "/Users/jawher/Dropbox/coding/jaml/target/classes/litil/eval/s99.ltl";
        boolean tc = true;
        boolean ev = true;
        AstNode node = null;
        try {
            node = parseFile(filename);
        } catch (FileNotFoundException e) {
            e.printStackTrace();
            return;
View Full Code Here

TOP

Related Classes of litil.ast.AstNode

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.