octive-lean/OctiveLean.lean
Maximus Gorog db79eb3fde
Some checks are pending
Lean Action CI / build (push) Waiting to run
Initial commit: Lean 4 reimplementation of GNU Octave
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
2026-04-29 09:40:46 -06:00

18 lines
456 B
Text

import OctiveLean.Error
import OctiveLean.AST
import OctiveLean.Value
import OctiveLean.Env
import OctiveLean.Lexer
import OctiveLean.Parser
import OctiveLean.Eval
import OctiveLean.Builtins
import OctiveLean.REPL
import OctiveLean.PureEval
import OctiveLean.BigStep
import OctiveLean.ValueEquiv
import OctiveLean.PlotData
import OctiveLean.PlotSVG
import OctiveLean.PlotWidget
import OctiveLean.PlotBuiltins
import OctiveLean.DSL
import OctiveLean.Corpus