Skip to content

Commit

Permalink
Merge branch 'ast-cleanup' of https://github.com/Akuli/jou into ast-c…
Browse files Browse the repository at this point in the history
…leanup
  • Loading branch information
Akuli committed Jan 10, 2025
2 parents eb4d310 + c18d8b6 commit 49dffa4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions compiler/ast.jou
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# This file defines data structures of the Abstract Syntax Tree. They are
# constructed in parser.jou.
#
# Many class in this file have .print(), which can be used during debugging. If
# .print() exists, you probably don't want to use .print_with_tree_printer(),
# Many classes in this file have .print(), which can be used during debugging. If
# .print() exists, you probably don't need to call .print_with_tree_printer(),
# which is basically an internal detail of the .print() implementation.

import "stdlib/io.jou"
Expand Down

0 comments on commit 49dffa4

Please sign in to comment.