Skip to content

Commit

Permalink
Generalized program tree
Browse files Browse the repository at this point in the history
  • Loading branch information
Lupus committed Dec 14, 2020
1 parent 28b4c20 commit 9219d32
Show file tree
Hide file tree
Showing 20 changed files with 974 additions and 305 deletions.
1 change: 1 addition & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# ??? (??) - ??
## Features/Changes
* Compiler: complete support for OCaml 4.12
* Compiler: add JavaScript agnosting intermediate representaton (IR)
* Lib: expose API to attached and retrieve js errors to/from ocaml exceptions

# 3.8.0 (2020-10-21) - London
Expand Down
1 change: 1 addition & 0 deletions compiler/lib/driver.ml
Original file line number Diff line number Diff line change
Expand Up @@ -447,6 +447,7 @@ let f
+> Generate_closure.f
+> deadcode'
+> generate d ~exported_runtime
+> Javascript_from_ir.run
+> link ~standalone ~linkall ~export_runtime:dynlink
+> pack ~global
+> coloring
Expand Down
Loading

0 comments on commit 9219d32

Please sign in to comment.