index
:
fuspel
master
Simple functional programming language, rewriting an AST during interpretation
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2021-04-15
Accept implicit fallthrough
HEAD
master
Camil Staps
1
-0
/
+1
2019-01-07
Fix clang errors
Camil Staps
3
-4
/
+4
2018-07-01
Add vim-fuspel
Camil Staps
3
-0
/
+64
2018-07-01
Fix grammar
Camil Staps
1
-1
/
+1
2018-05-27
Fix printing of integers in debug graphs
Camil Staps
1
-2
/
+2
2018-04-21
Add fixpoint peano addition example
Camil Staps
1
-0
/
+21
2018-04-21
Add print_eval for NODE_APP
Camil Staps
1
-1
/
+8
2018-04-03
Update copyright
Camil Staps
1
-1
/
+1
2018-04-03
Store integers without pointers
Camil Staps
8
-28
/
+29
2018-04-03
Resolve #11: print end result as soon as it is in HNF
Camil Staps
3
-8
/
+63
2018-04-03
Add fix and scan_iterate examples
Camil Staps
3
-0
/
+16
2018-04-03
Fix : constructor in list patterns
Camil Staps
1
-0
/
+10
2018-04-03
Extend examples
Camil Staps
3
-3
/
+11
2018-04-03
Beautify Makefile
Camil Staps
1
-1
/
+7
2018-04-03
Fix some minor bugs
Camil Staps
2
-5
/
+5
2018-04-03
Resolve #5: list notation shortcut in patterns
Camil Staps
1
-14
/
+42
2016-11-08
Change _H_* to _H_FUSPEL_* for compatibility with other libraries
Camil Staps
9
-18
/
+18
2016-11-08
Remove leading underscore from _FUSPEL_DEBUG and _FUSPEL_CLI
Camil Staps
8
-26
/
+26
2016-10-16
examples
Camil Staps
3
-2
/
+19
2016-10-16
Usage message when no modules are given
Camil Staps
1
-6
/
+10
2016-10-14
Minor example updates
Camil Staps
2
-2
/
+2
2016-10-14
token_list using an array for memory efficiency
Camil Staps
8
-203
/
+231
2016-10-12
Make debug graphs a command line option (-g)
Camil Staps
4
-6
/
+34
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
21
-263
/
+236
2016-10-07
Resolve #12, don't show code keyword in debug graph
Camil Staps
6
-94
/
+164
2016-10-07
Makefile: add override to CFLAGS
Camil Staps
1
-1
/
+1
2016-10-06
Fixing the build
Camil Staps
2
-9
/
+4
2016-10-06
Readme
Camil Staps
1
-0
/
+8
2016-10-06
Made the CLI an option to save binary space on minimal platforms
Camil Staps
2
-17
/
+51
2016-10-06
List notation shortcut (resolves #5)
Camil Staps
3
-19
/
+48
2016-10-06
Adds a trace code
Camil Staps
4
-4
/
+25
2016-10-04
Examples
Camil Staps
5
-1
/
+42
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
Added acker and queens examples
Camil Staps
2
-0
/
+40
2016-09-25
Added code: add, eq, ge, gt, le, lt, ne
Camil Staps
2
-1
/
+104
2016-09-25
Various minor cleanups
Camil Staps
5
-8
/
+6
2016-09-25
Constant code names
Camil Staps
2
-1
/
+9
2016-09-25
Update documentation: graph rewriting, code names list
Camil Staps
2
-1
/
+22
2016-09-25
Cleanup: unsigned -> bool (stdbool.h)
Camil Staps
7
-21
/
+24
2016-09-24
Made parse_file implementation dependent
Camil Staps
4
-6
/
+7
2016-09-24
Remove unnecessary dependency
Camil Staps
1
-0
/
+3
2016-09-24
Remove strictness annotations from doc
Camil Staps
1
-1
/
+1
2016-09-24
Added examples
Camil Staps
2
-0
/
+28
2016-09-24
cleanup
Camil Staps
1
-17
/
+2
2016-09-24
Removed strictness
Camil Staps
8
-39
/
+6
2016-09-24
Fix memory leak with code
Camil Staps
1
-2
/
+6
[next]