Tokens.java

/*
 * To change this template, choose Tools | Templates
 * and open the template in the editor.
 */
package com.mackenziehigh.snowflake.designer.gui;

/**
 ** Under Development.
 *
 * @author mackenzie
 */
public enum Tokens
{
    DIRECTIVE,
    COMMENT,
    OPERATOR,
    LITERAL,
}