mirror of
https://github.com/edwinb/Idris2-boot.git
synced 2024-11-30 12:14:17 +03:00
ef36ea1752
This unelaborates things we don't even elaborate yet :). But we'll get there...
67 lines
1.0 KiB
Plaintext
67 lines
1.0 KiB
Plaintext
package yaffle
|
|
|
|
modules =
|
|
Control.Delayed,
|
|
|
|
Core.AutoSearch,
|
|
Core.Binary,
|
|
Core.CaseBuilder,
|
|
Core.CaseTree,
|
|
Core.Context,
|
|
Core.Core,
|
|
Core.Directory,
|
|
Core.Env,
|
|
Core.FC,
|
|
Core.Hash,
|
|
Core.Name,
|
|
Core.Normalise,
|
|
Core.Options,
|
|
Core.TT,
|
|
Core.TTC,
|
|
Core.Unify,
|
|
Core.UnifyState,
|
|
Core.Value,
|
|
|
|
Data.Bool.Extra,
|
|
Data.IntMap,
|
|
Data.IOArray,
|
|
Data.NameMap,
|
|
Data.StringMap,
|
|
|
|
Parser.Lexer,
|
|
Parser.Support,
|
|
|
|
Text.Lexer,
|
|
Text.Lexer.Core,
|
|
Text.Parser,
|
|
Text.Parser.Core,
|
|
Text.Quantity,
|
|
Text.Token,
|
|
|
|
TTImp.Elab,
|
|
TTImp.Elab.App,
|
|
TTImp.Elab.Binders,
|
|
TTImp.Elab.Check,
|
|
TTImp.Elab.ImplicitBind,
|
|
TTImp.Elab.Prim,
|
|
TTImp.Elab.Term,
|
|
TTImp.Parser,
|
|
TTImp.ProcessData,
|
|
TTImp.ProcessDecls,
|
|
TTImp.ProcessDef,
|
|
TTImp.ProcessType,
|
|
TTImp.TTImp,
|
|
TTImp.Unelab,
|
|
|
|
Utils.Binary,
|
|
|
|
Yaffle.REPL
|
|
|
|
sourcedir = src
|
|
executable = yaffle
|
|
-- opts = "--cg-opt -O2 --partial-eval"
|
|
opts = "--partial-eval"
|
|
|
|
main = Yaffle.Main
|
|
|