- Oct 01, 2015
-
-
Thomas Wood authored
-
Thomas Wood authored
-
Thomas Wood authored
-
Thomas Wood authored
-
Thomas Wood authored
-
Thomas Wood authored
-
Thomas Wood authored
-
Thomas Wood authored
-
Thomas Wood authored
-
Thomas Wood authored
-
- Sep 28, 2015
-
-
Thomas Wood authored
-
Thomas Wood authored
-
Thomas Wood authored
-
Thomas Wood authored
-
Thomas Wood authored
-
Thomas Wood authored
Combined module compilation and linking was not fully correct, modules would only be output when opened, but not referenced. All output now wrapped in the appropriate module object. Still todo is a process of linking the dependencies together and addition of module or file name to the logged output.
-
- Sep 25, 2015
-
-
Cesar Roux Dit Buisson authored
The method of hooking on to previously marked log elements causes issues and unmarked entry points. I need to redo this properly from js_of_ast with marking of returns to log directly.
-
- Sep 24, 2015
-
-
Cesar Roux Dit Buisson authored
Remebered ctx creation also needs to be added after each function entry, so .log.js versions not currently working with interpreter example.
-
Cesar Roux Dit Buisson authored
-
Thomas Wood authored
-
Thomas Wood authored
We don't actually make use of the env at all in the recursive js_of_ast function. It's also present as part of the tree structure we're recursing over, so completely superfluous anyway.
-
Thomas Wood authored
-
Thomas Wood authored
Oddly enough, field accesses weren't in scope. They're most definitely required.
-
Thomas Wood authored
We can rely on the OCaml type system for consistency of type correctness when we have a nameclash between modules (hopefully)
-
Thomas Wood authored
-
Thomas Wood authored
-
Cesar Roux Dit Buisson authored
Unfortunately pretty formatting and indentation doesn't work correctly, though this doesn't stop it from working.
-
- Sep 23, 2015
-
-
Cesar Roux Dit Buisson authored
Still needs a polish in order to detect: -Not an actual return line -return line does not call function -Proper padding and indentation (I gave up after trying 3 hours)
-
Thomas Wood authored
-
- Sep 22, 2015
-
-
Cesar Roux Dit Buisson authored
-
Cesar Roux Dit Buisson authored
-
Thomas Wood authored
-
Thomas Wood authored
-
Thomas Wood authored
-
Thomas Wood authored
-
Thomas Wood authored
-
- Sep 21, 2015
-
-
Cesar Roux Dit Buisson authored
Manual rewrite of the log_source to see how to implement better logging generation. Beginning of function calls will report correct variable being analyzed. There seems to be something missing when calling another function, and still nothing in the top right box.
-
- Sep 20, 2015
-
-
Cesar Roux Dit Buisson authored
-
- Sep 18, 2015
-
-
Cesar Roux Dit Buisson authored
-
Cesar Roux Dit Buisson authored
-