Class DSLCompiler

java.lang.Object
org.episteme.natural.computing.compiler.DSLCompiler
All Implemented Interfaces:
Parser.ASTVisitor

public class DSLCompiler extends Object implements Parser.ASTVisitor
A simple DSL compiler that interprets an AST.

Provides basic expression evaluation with variable support and extensible function definitions.

Since:
1.0
Author:
Silvere Martin-Michiellot, Gemini AI (Google DeepMind)