Skip to content

Commit

Permalink
Update sample code
Browse files Browse the repository at this point in the history
  • Loading branch information
hahwul committed Jan 24, 2024
1 parent 512ed37 commit d7f31b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/minilexers/sample.cr
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
require "../models/minilexer/*"

class SampleLexer < Lexer
class SampleLexer < MiniLexer
def initialize
super
# Add custom initial state
Expand Down

0 comments on commit d7f31b6

Please sign in to comment.