Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
  • Loading branch information
Akuli authored Jan 10, 2025
1 parent eb3ac16 commit c18d8b6
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 c18d8b6

Please sign in to comment.