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 (
Collapse
)
Author
Age
Files
Lines
*
Fix collection literal evaluation
Jan Tuomi
2022-12-11
1
-8
/
+33
|
*
Fix evaled expr result print order
Jan Tuomi
2022-12-11
1
-11
/
+11
|
*
Add atom data type
Jan Tuomi
2022-12-09
1
-3
/
+9
|
*
Add do builtin
Jan Tuomi
2022-12-09
1
-0
/
+16
|
*
Fix purity issue
Jan Tuomi
2022-12-09
1
-18
/
+16
|
*
Disallow fn def without any params
Jan Tuomi
2022-12-09
1
-14
/
+14
|
*
Improve error reporting
Jan Tuomi
2022-12-08
1
-40
/
+38
|
*
Support reading from stdin with '-i -'
Jan Tuomi
2022-12-08
1
-1
/
+3
|
*
Fix fn call with zero arguments
Jan Tuomi
2022-12-08
1
-4
/
+1
|
*
Add :tag AST, refactor core to use it
Jan Tuomi
2022-12-08
1
-5
/
+5
|
*
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