Skip to content

Commit

Permalink
Remove ir gen disclaimer
Browse files Browse the repository at this point in the history
  • Loading branch information
ethanuppal committed May 12, 2024
1 parent 10830cc commit 36a1f3e
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions lib/frontend/ir_gen.mli
Original file line number Diff line number Diff line change
@@ -1,7 +1,3 @@
(** [generate ast] is a list of control flow graphs, where each control flow
graph represents one top-level function.
TEMPORARY: only one function is allowed at the top level. It must be called
main. Only local variables, print statements, mathematical expressions, and
if statements are supported. *)
graph represents one top-level function. *)
val generate : Ast.prog -> Cfg.t list

0 comments on commit 36a1f3e

Please sign in to comment.