Jan Mas Rovira
|
f7b3d6042f
|
[termination] implement callgraph using sets
|
2022-03-05 13:32:47 +01:00 |
|
Jan Mas Rovira
|
9dfe3981d7
|
[termination] fix termination for recursive functions with no arguments
|
2022-03-04 12:35:48 +01:00 |
|
Jan Mas Rovira
|
4ee79a4baf
|
[termination] improve efficiency of lexicographical order search
|
2022-03-04 10:13:32 +01:00 |
|
Jan Mas Rovira
|
d6dda61e12
|
[termination] implement lexical order search
|
2022-03-04 02:13:43 +01:00 |
|
Jan Mas Rovira
|
5d264d61de
|
[termination] reorganize code
|
2022-03-03 23:39:52 +01:00 |
|
Jan Mas Rovira
|
61f12e3ed8
|
[app] add specific command for computing the complete call graph
|
2022-03-02 11:10:11 +01:00 |
|
Jan Mas Rovira
|
dc62c642a8
|
[termination] small refactor to remove a redundant type
|
2022-03-02 10:45:40 +01:00 |
|
Jan Mas Rovira
|
6e38e3c045
|
[termination] pretty print completed call graph
|
2022-03-02 09:20:00 +01:00 |
|
Jan Mas Rovira
|
73b2278288
|
[termination] implement size relation, call matrix and complete call graph
|
2022-03-02 00:18:42 +01:00 |
|
Jan Mas Rovira
|
206d263e70
|
[app] rename 'graph' command to 'calls'
|
2022-02-24 19:36:21 +01:00 |
|
Jan Mas Rovira
|
d1af2c8862
|
[termination] allow different printing options (arg|rel|both) for call graph
|
2022-02-24 11:03:02 +01:00 |
|
Jan Mas Rovira
|
37eea5bc46
|
[app] add option to show or hide decreasing arguments
|
2022-02-24 01:32:58 +01:00 |
|
Jan Mas Rovira
|
b4d58bf566
|
improve pretty printing of call graph
|
2022-02-24 00:31:02 +01:00 |
|
Jan Mas Rovira
|
b29050afb4
|
[termination] implement call detection and add new cli command 'graph'
|
2022-02-23 21:22:28 +01:00 |
|
Jan Mas Rovira
|
45e3e2ca35
|
move some auxiliar definitions to the Prelude
|
2022-02-18 17:47:41 +01:00 |
|
Jan Mas Rovira
|
cf166596f4
|
[app] allow scoping multiple files at once
|
2022-02-17 19:28:19 +01:00 |
|
Jan Mas Rovira
|
e8c46040b0
|
[pretty] refactor to use PrettyCode type class extensively
|
2022-02-13 12:02:57 +01:00 |
|
Jan Mas Rovira
|
edd47ad00b
|
[pretty] implement pretty printer for parsed AST
|
2022-02-12 17:35:23 +01:00 |
|
Jan Mas Rovira
|
6da7dd8b30
|
add unified minijuvix errors
|
2022-02-12 12:29:25 +01:00 |
|
Jan Mas Rovira
|
a2f16ef371
|
[errors] setup some ground for prettier errors
|
2022-02-11 19:12:48 +01:00 |
|
Jan Mas Rovira
|
fdd5a0391d
|
[html] add light theme; add cli option to pick theme
|
2022-02-05 23:15:42 +01:00 |
|
Jan Mas Rovira
|
bfb800052a
|
[parser] parse infix operators between parens as non infix operators
|
2022-02-05 19:09:36 +01:00 |
|
Jan Mas Rovira
|
b48f00556a
|
[pretty] add simple html output with links
|
2022-02-04 23:14:06 +01:00 |
|
Jan Mas Rovira
|
12d4fbf8fd
|
[scoper] fix modules cache
|
2022-02-03 10:24:43 +01:00 |
|
Jan Mas Rovira
|
db3850075d
|
[scoper] wip 3
|
2022-02-03 01:15:43 +01:00 |
|
Jan Mas Rovira
|
61df66d186
|
replace relude by our own Prelude
|
2022-01-21 09:50:37 +01:00 |
|
Jan Mas Rovira
|
b808a03760
|
[app] pretty print parsed Haskell AST
|
2022-01-20 12:50:16 +01:00 |
|
Jan Mas Rovira
|
8b864ec31c
|
[pretty] improve pretty printing
|
2022-01-19 14:05:49 +01:00 |
|
Jan Mas Rovira
|
ceb4e890df
|
[app] include flag to print name ids for the scope command
|
2022-01-19 12:49:07 +01:00 |
|
Jan Mas Rovira
|
444f0f2456
|
[pretty] output to ANSI terminal with pretty colors
|
2022-01-19 12:41:16 +01:00 |
|
Jan Mas Rovira
|
4e3c5dd947
|
move Scoped syntax directory
|
2022-01-18 17:29:04 +01:00 |
|
Jan Mas Rovira
|
1d6ca6b989
|
[app] prepare app
|
2022-01-18 13:30:49 +01:00 |
|