Hackage :: [Package]
Home
Search
Browse
What's new
Upload
User accounts
Directory listing for spade-0.1.0.7 candidate source tarball
spade-0.1.0.7/
ChangeLog.md
README.md
Setup.hs
spade.cabal
stack.yaml
stack.yaml.lock
app/
Main.hs
docs/
graphics-and-animation.md
ide.md
language-reference.md
toc.md
functions/
concurrency.md
container.md
debugging.md
dictionary.md
error-handling.md
file.md
graphics.md
keyboard.md
list.md
math.md
misc.md
serializing.md
sound.md
string.md
time.md
samples/
char-animation.spd
filechecker.spd
mandelbrot.spd
paratrooper.spd
snake.spd
src/
Common.hs
Interpreter.hs
Parser.hs
Test.hs
Compiler/
AST.hs
Lexer.hs
Parser.hs
AST/
Common.hs
Expression.hs
FunctionDef.hs
FunctionStatement.hs
Program.hs
Parser/
Common.hs
Lexer/
Comments.hs
Delimeters.hs
Identifiers.hs
Keywords.hs
Literals.hs
Operators.hs
Tokens.hs
Whitespaces.hs
DiffRender/
DiffRender.hs
Highlighter/
Highlighter.hs
IDE/
Common.hs
Help.hs
IDE.hs
Help/
Contents.hs
Parser.hs
Interpreter/
Common.hs
Initialize.hs
Interpreter.hs
Lib/
Concurrency.hs
Crypto.hs
FileSystem.hs
Math.hs
Misc.hs
SDL.hs
String.hs
Parser/
Lib.hs
Parser.hs
Test/
Common.hs
UI/
Chars.hs
Widgets.hs
Terminal/
IO.hs
Widgets/
AutoComplete.hs
BorderBox.hs
Common.hs
Editor.hs
Layout.hs
LogWidget.hs
MenuContainer.hs
NullWidget.hs
OutputContainer.hs
TextContainer.hs
TitledContainer.hs
WatchWidget.hs
Editor/
Cursor.hs
Spade/
Button.hs
Input.hs
Layout.hs
RefLabel.hs
Selector.hs
TextContainer.hs
TextLabel.hs
test/
Common.hs
Spec.hs
Compiler/
AST/
ParserSpec.hs
Lexer/
CommentsSpec.hs
DelimeterSpec.hs
IdentifierSpec.hs
KeywordSpec.hs
LiteralSpec.hs
OperatorSpec.hs
TokenSpec.hs
Interpreter/
InterpreterSpec.hs
UI/
EditorSpec.hs
WidgetSpec.hs