Skip to content

Commit

Permalink
add comment for FnStart in journal
Browse files Browse the repository at this point in the history
  • Loading branch information
Vandesm14 committed Jun 13, 2024
1 parent 280973a commit b835553
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions stack-core/src/journal.rs
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ pub enum JournalOp {
Push(Expr),
Pop(Expr),

/// bool determines if the function is scoped or not
FnStart(bool),
FnEnd,

Expand Down

0 comments on commit b835553

Please sign in to comment.