index
:
snug
cases
main
tests
A small functional programming language targetting the MIPS32 instruction set.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
snug-clean
/
src
/
Snug
Age
Commit message (
Expand
)
Author
Files
Lines
2023-11-29
Continue with cases WIP: todo is matching code for basic values and adding lo...
cases
Camil Staps
6
-75
/
+128
2023-11-27
WIP on code generation for case expressions
Camil Staps
7
-39
/
+230
2023-06-20
Simplify case syntax (at least for now): do not allow nested patterns
Camil Staps
2
-2
/
+2
2023-06-20
Use StateT for CompileM; incorporate Globals and add label generator
Camil Staps
1
-55
/
+67
2023-06-20
Add tests for function application
Camil Staps
2
-2
/
+10
2023-06-18
Add automated tests
Camil Staps
2
-9
/
+27
2023-03-05
Implement ap
Camil Staps
3
-5
/
+42
2023-02-28
Refactor, return MaybeError from lookupFunction and lookupConstructor
Camil Staps
1
-20
/
+22
2023-02-28
Remove aborts in Snug.Compile, use MonadFail instead
Camil Staps
2
-37
/
+41
2023-02-17
Pass errors using MonadFail, avoid aborts
Camil Staps
3
-11
/
+20
2023-02-01
Implement basic uses of locals
Camil Staps
3
-26
/
+56
2023-02-01
Fix argument order in function calls
Camil Staps
1
-2
/
+2
2023-02-01
Remove ambiguity from function definition syntax: Type (x y) could have Type ...
Camil Staps
1
-1
/
+1
2023-01-31
Use <<|> instead of <|> in parser to reduce memory usage
Camil Staps
1
-18
/
+23
2023-01-31
Minor improvements; implement saturated function and constructor applications
Camil Staps
3
-4
/
+64
2023-01-30
Add compilation for symbols with arity 0
Camil Staps
3
-1
/
+48
2023-01-30
Align on halfwords instead of double words; use data/text boundary to disting...
Camil Staps
3
-8
/
+17
2023-01-30
Align on double words
Camil Staps
1
-1
/
+1
2023-01-28
Add stack simulator for compilation
Camil Staps
5
-52
/
+217
2023-01-27
Add compilation of constructors and basic values
Camil Staps
2
-0
/
+158
2023-01-23
Add Clean parser for snug
Camil Staps
4
-0
/
+290