index
:
fuspel
master
Simple functional programming language, rewriting an AST during interpretation
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
interpreter
/
print.c
Age
Commit message (
Collapse
)
Author
Files
Lines
2016-11-08
Remove leading underscore from _FUSPEL_DEBUG and _FUSPEL_CLI
Camil Staps
1
-2
/
+2
2016-10-14
token_list using an array for memory efficiency
Camil Staps
1
-6
/
+6
2016-10-11
Fix initialisation warning
Camil Staps
1
-1
/
+1
2016-10-07
Cleanup
Camil Staps
1
-16
/
+4
2016-10-07
Cleanup (resolves #9)
Camil Staps
1
-17
/
+16
2016-10-07
Resolve #12, don't show code keyword in debug graph
Camil Staps
1
-31
/
+76
2016-09-25
Debug graph readability improvements
Camil Staps
1
-6
/
+6
2016-09-25
Print (don't parse) lists as suggested in #5
Camil Staps
1
-9
/
+20
2016-09-25
Debug graph readability improvements
Camil Staps
1
-20
/
+21
2016-09-25
Various minor cleanups
Camil Staps
1
-2
/
+3
2016-09-25
Cleanup: unsigned -> bool (stdbool.h)
Camil Staps
1
-6
/
+4
2016-09-24
Remove unnecessary dependency
Camil Staps
1
-0
/
+3
2016-09-24
Removed strictness
Camil Staps
1
-4
/
+0
2016-09-24
Colour internal nodes gray in dot output
Camil Staps
1
-5
/
+5
2016-09-24
Fix issue with overwritten references
Camil Staps
1
-0
/
+8
2016-09-24
Fix format strings
Camil Staps
1
-14
/
+20
2016-09-24
Working graphs (?)
Camil Staps
1
-27
/
+62
2016-08-30
Fix one memory leak mentioned in #2; add debug dot graphs output
Camil Staps
1
-0
/
+63
2016-08-29
Currying arguments and Code applications
Camil Staps
1
-0
/
+9
2016-08-28
Adds an import construct; resolves #1
Camil Staps
1
-3
/
+2
2016-08-26
Added strictness annotations
Camil Staps
1
-0
/
+7
2016-08-26
Linking C functions
Camil Staps
1
-0
/
+7
2016-08-25
pedantic
Camil Staps
1
-0
/
+102