Custom.java

// FILE. . . . . /home/hak/hlt/src/hlt/osf/util/Custom.java
// EDIT BY . . . Hassan Ait-Kaci
// ON MACHINE. . Hak-Laptop
// STARTED ON. . Mon Sep 02 15:37:36 2013



Copyright:  © Hassan Aït-Kaci
Author:  Hassan Aït-Kaci
Version:  Last modified on Fri Aug 23 12:44:40 2019 by hak



package hlt.osf.util;



This is a repository of various compile-time customizable parameters used in the hlt.osf packages.


public interface Custom
{
    

A symbolic string representing the top sort.


    static public final String TOP_STRING = "@";

    

A symbolic string representing the bottom sort.


    static public final String BOT_STRING = "{}";

    

A name for the built-in integer sort.


    static public final String INT     = "int";

    

A name for the built-in character sort.


    static public final String CHAR    = "char";

    

A name for the built-in floating-point sort.


    static public final String FLOAT   = "float";

    

A name for the built-in string sort.


    static public final String STRING  = "string";

    

A name for the built-in boolean sort.


    static public final String BOOLEAN = "boolean";
    
    

The size of the sort-code array used in class exec/Context.


    static public final int SORT_CODE_ARRAY_SIZE = 1000000; //50;

}


This file was generated on Mon Sep 09 09:18:00 PDT 2019 from file Custom.java
by the hlt.language.tools.Hilite Java tool written by Hassan Aït-Kaci