-
Notifications
You must be signed in to change notification settings - Fork 1
/
ALGT.cabal
95 lines (93 loc) · 3.15 KB
/
ALGT.cabal
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
name: ALGT
version: 0.2
synopsis: Automated Language Generation Tool - Create your programming language
description: Please see README.md
homepage: https://github.com/pietervdvn/ALGT#readme
license: BSD3
license-file: LICENSE
author: Pieter Vander Vennet
maintainer: [email protected]
copyright: Left
category: GPL
build-type: Simple
cabal-version: >=1.10
extra-source-files: README.md
executable ALGT
hs-source-dirs: src
ghc-options: -fno-warn-tabs
main-is: Main.hs
default-language: Haskell2010
build-depends: base >= 4.7 && < 5, containers, mtl, parsec, optparse-applicative >= 0.13, directory, microlens, microlens-th, text, blaze-svg, hashable, time, process, bytestring, ansi-wl-pprint, random, deepseq, split
other-modules:
AbstractInterpreter.ASSubtract
AbstractInterpreter.AbstractInterpreter
AbstractInterpreter.AbstractSet
AbstractInterpreter.AbstractSetFromString
AbstractInterpreter.Assignment
AbstractInterpreter.Constraints
AbstractInterpreter.FunctionAnalysis
AbstractInterpreter.MinimalTypes
AbstractInterpreter.PatternMatcher
AbstractInterpreter.QuickCheck
AbstractInterpreter.RelationAnalysis
AbstractInterpreter.RuleAnalysis
AbstractInterpreter.Tools
Assets
AssetsHelper
Changer.Changes
Changer.ChangesParser
Dynamize.Dynamize
Graphs.DirectedGraph
Graphs.Lattice
Graphs.MinDistance
Graphs.PathFinder
Graphs.SearchCycles
Graphs.UnionFind
ParseTreeInterpreter.FunctionInterpreter
ParseTreeInterpreter.PropertyTester
ParseTreeInterpreter.RuleInterpreter
PureMain
SyntaxHighlighting.AsAnsiPt
SyntaxHighlighting.AsHTMLPt
SyntaxHighlighting.AsLatexPt
SyntaxHighlighting.Coloring
SyntaxHighlighting.AsSVGPt
SyntaxHighlighting.Renderer
SyntaxHighlighting.Renderers
TypeSystem
TypeSystem.BNF
TypeSystem.Expression
TypeSystem.Function
TypeSystem.ParseTree
TypeSystem.Parser.BNFParser
TypeSystem.Parser.ExpressionParser
TypeSystem.Parser.FunctionParser
TypeSystem.Parser.ParsingUtils
TypeSystem.Parser.RuleParser
TypeSystem.Parser.TargetLanguageParser
TypeSystem.Parser.TypeSystemParser
TypeSystem.Proof
TypeSystem.PropertyProof
TypeSystem.Relation
TypeSystem.Rule
TypeSystem.Syntax
TypeSystem.SyntaxStyle
TypeSystem.TypeSystem
TypeSystem.TypeSystemData
TypeSystem.Types
Utils.ArgumentParser
Utils.CreateAssets
Utils.Image
Utils.LatticeImage
Utils.ManualPreprocessor
Utils.PureIO
Utils.Test
Utils.Tests
Utils.ToString
Utils.ToStringExtra
Utils.Unification
Utils.UnificationTest
Utils.Utils
Utils.Version
Utils.XML
SyntaxHighlighting.AsParts