Package org.episteme.natural.computing.compiler
package org.episteme.natural.computing.compiler
-
ClassDescriptionA simple DSL compiler that interprets an AST.A simple lexer (tokenizer) for DSL processing.Exception thrown when lexer encounters invalid input.Represents a single token.Represents a token type with its pattern.A recursive descent parser for building Abstract Syntax Trees.Base class for AST nodes.Visitor pattern for AST traversal.Exception thrown during parsing.