index
:
milch.git
main
MILCH: [M]y functional language [I]nspired by [L]isp, [C]lojure, and [H]askell
Git Server
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
Interpreter.hs
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add "let memo" syntax for automatic memoization
Jan Tuomi
2022-12-08
1
-29
/
+85
*
Fix function body let issue
Jan Tuomi
2022-12-07
1
-83
/
+86
*
Combine envThis and envImported
Jan Tuomi
2022-12-06
1
-18
/
+10
*
Use adt instead of bool for ASTFunction purity
Jan Tuomi
2022-12-06
1
-10
/
+10
*
Refactor -e option into -E and -e
Jan Tuomi
2022-12-06
1
-3
/
+11
*
Rename stdlib -> core, allow import without .milch suffix
Jan Tuomi
2022-12-06
1
-1
/
+4
*
Remove ! from end of builtin top-level functions
Jan Tuomi
2022-12-06
1
-17
/
+14
*
Implement set functions on records
Jan Tuomi
2022-12-06
1
-1
/
+21
*
Implement get functions on records
Jan Tuomi
2022-12-06
1
-5
/
+19
*
Implement record! and generate create fn
Jan Tuomi
2022-12-06
1
-9
/
+51
*
Implement purity checking
Jan Tuomi
2022-12-05
1
-21
/
+48
*
Remove name mangling and qualified imports because they are hard
Jan Tuomi
2022-12-05
1
-32
/
+0
*
Separate envThis and envImported in Env
Jan Tuomi
2022-12-05
1
-31
/
+26
*
Mangle qualifiedly imported ASTs
Jan Tuomi
2022-12-05
1
-2
/
+25
*
Fix line numbers in script file tokens
Jan Tuomi
2022-12-05
1
-1
/
+1
*
Add line info to REPL
Jan Tuomi
2022-12-05
1
-9
/
+17
*
Add "stack trace" output on error
Jan Tuomi
2022-12-05
1
-28
/
+43
*
Refactor Depth into LContext
Jan Tuomi
2022-12-05
1
-61
/
+70
*
Refactor Env out of LFunction
Jan Tuomi
2022-12-05
1
-36
/
+13
*
Refactor Env into LContext
Jan Tuomi
2022-12-05
1
-78
/
+113
*
Implement naive export system
Jan Tuomi
2022-12-05
1
-5
/
+27
*
Add import!
Jan Tuomi
2022-12-05
1
-0
/
+281