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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Only evaluate fn arg when immediately calling function with that arg
Jan Tuomi
2022-12-11
2
-35
/
+25
*
Fix collection literal evaluation
Jan Tuomi
2022-12-11
3
-16
/
+54
*
Refactor builtins, add new ones
Jan Tuomi
2022-12-11
1
-77
/
+173
*
Add char datatype
Jan Tuomi
2022-12-11
3
-4
/
+31
*
Fix evaled expr result print order
Jan Tuomi
2022-12-11
1
-11
/
+11
*
Reimplement Ord instance for ASTNode
Jan Tuomi
2022-12-10
1
-2
/
+16
*
Add atom data type
Jan Tuomi
2022-12-09
3
-18
/
+85
*
Add do builtin
Jan Tuomi
2022-12-09
2
-0
/
+17
*
Fix purity issue
Jan Tuomi
2022-12-09
3
-25
/
+23
*
Disallow fn def without any params
Jan Tuomi
2022-12-09
1
-14
/
+14
*
Add try! builtin
Jan Tuomi
2022-12-09
1
-1
/
+24
*
Fix ASTTag Show instance
Jan Tuomi
2022-12-08
1
-1
/
+1
*
Improve error reporting
Jan Tuomi
2022-12-08
5
-122
/
+130
*
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
4
-9
/
+27
*
Use Integer instead of Int in ASTInteger
Jan Tuomi
2022-12-08
2
-4
/
+6
*
Add "let memo" syntax for automatic memoization
Jan Tuomi
2022-12-08
3
-32
/
+93
*
Fix function body let issue
Jan Tuomi
2022-12-07
4
-150
/
+154
*
Combine envThis and envImported
Jan Tuomi
2022-12-06
3
-48
/
+18
*
Use adt instead of bool for ASTFunction purity
Jan Tuomi
2022-12-06
3
-57
/
+57
*
Refactor -e option into -E and -e
Jan Tuomi
2022-12-06
2
-4
/
+18
*
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
2
-20
/
+37
*
Add stdlib stuff, aoc22_1 example
Jan Tuomi
2022-12-06
2
-0
/
+67
*
Fix string parsing issue
Jan Tuomi
2022-12-06
1
-1
/
+1
*
Add builtins
Jan Tuomi
2022-12-06
1
-1
/
+23
*
Implement set functions on records
Jan Tuomi
2022-12-06
2
-1
/
+29
*
Implement get functions on records
Jan Tuomi
2022-12-06
1
-5
/
+19
*
Implement record! and generate create fn
Jan Tuomi
2022-12-06
3
-10
/
+68
*
Rename project to Milch
Jan Tuomi
2022-12-05
1
-7
/
+7
*
Implement purity checking
Jan Tuomi
2022-12-05
4
-59
/
+116
*
Remove name mangling and qualified imports because they are hard
Jan Tuomi
2022-12-05
2
-33
/
+2
*
Separate envThis and envImported in Env
Jan Tuomi
2022-12-05
3
-39
/
+56
*
Mangle qualifiedly imported ASTs
Jan Tuomi
2022-12-05
1
-2
/
+25
*
Fix line numbers in script file tokens
Jan Tuomi
2022-12-05
2
-7
/
+7
*
Add line info to REPL
Jan Tuomi
2022-12-05
3
-11
/
+32
*
Add "stack trace" output on error
Jan Tuomi
2022-12-05
2
-28
/
+47
*
Refactor Depth into LContext
Jan Tuomi
2022-12-05
2
-62
/
+81
*
Refactor Env out of LFunction
Jan Tuomi
2022-12-05
3
-99
/
+95
*
Refactor Env into LContext
Jan Tuomi
2022-12-05
2
-84
/
+124
*
Implement naive export system
Jan Tuomi
2022-12-05
2
-6
/
+29
*
Add import!
Jan Tuomi
2022-12-05
2
-47
/
+58
*
Rename and refactor
Jan Tuomi
2022-12-05
3
-52
/
+66
*
Add shadowing symbol error
Jan Tuomi
2022-12-05
2
-3
/
+12
*
Fix position math
Jan Tuomi
2022-12-05
3
-6
/
+6
*
Show position info in error messages
Jan Tuomi
2022-12-05
5
-82
/
+107
*
Add src position to data structures
Jan Tuomi
2022-12-05
6
-196
/
+305
*
Add eq?, lt?
Jan Tuomi
2022-12-05
2
-1
/
+17
*
Add holes, builtins, improve matching
Jan Tuomi
2022-12-05
3
-109
/
+154
[next]