index
:
tunk.git
main
A small functional language interpreter
Git Server
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
runtime.rs
Commit message (
Expand
)
Author
Age
Files
Lines
*
Throw error if trying to redefine symbol
Jan Tuomi
2021-11-25
1
-0
/
+3
*
Implement clippy lint suggestions
Jan Tuomi
2021-11-25
1
-19
/
+17
*
Add REPL
Jan Tuomi
2021-11-25
1
-4
/
+7
*
Recursion working oh yes
Jan Tuomi
2021-11-25
1
-12
/
+45
*
Use .to_owned() instead of String::from()
Jan Tuomi
2021-11-25
1
-2
/
+2
*
Fix bug in reduce Application case
Jan Tuomi
2021-11-25
1
-67
/
+26
*
Fix evaluation problems
Jan Tuomi
2021-11-25
1
-24
/
+62
*
Improve builtin output formatting
Jan Tuomi
2021-11-25
1
-6
/
+4
*
Builtins with more than one parameter seemingly working
Jan Tuomi
2021-11-25
1
-4
/
+6
*
Builtins of one parameter working
Jan Tuomi
2021-11-25
1
-4
/
+8
*
Add some tests
Jan Tuomi
2021-11-25
1
-75
/
+59
*
Get term reduction (without Lazy) seemingly working
Jan Tuomi
2021-11-25
1
-16
/
+156
*
Term generation working seemingly
Jan Tuomi
2021-11-25
1
-4
/
+5
*
Rewrite value system
Jan Tuomi
2021-11-25
1
-87
/
+138
*
Prepare ast for parameterized functions
Jan Tuomi
2021-11-21
1
-105
/
+15
*
Split project into separate files
Jan Tuomi
2021-11-21
1
-0
/
+274