Skip to content

Commit

Permalink
add semicolon to game_of_life.jl
Browse files Browse the repository at this point in the history
  • Loading branch information
kris-brown authored Feb 28, 2024
1 parent 395520e commit 690fe70
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/literate/game_of_life.jl
Original file line number Diff line number Diff line change
Expand Up @@ -283,7 +283,7 @@ output wire).

# Give symbolic names to the rewrite rules from before
rules = [:Birth => Birth, :Persist => Persist, :ClearCurr => ClearCurr,
:ClearNext => ClearNext, :CopyNext => CopyNext]
:ClearNext => ClearNext, :CopyNext => CopyNext];

#=
All rules have interface of a single distinguished cell, i.e. they are executed
Expand Down

0 comments on commit 690fe70

Please sign in to comment.