Skip to content

Commit

Permalink
final fix
Browse files Browse the repository at this point in the history
  • Loading branch information
StunxFS committed Dec 25, 2023
1 parent 941b418 commit 7a5b352
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions lib/rivet/src/tokenizer/mod.ri
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// Copyright (C) 2023-present Jose Mendoza - All rights reserved. Use of this
// source code is governed by an MIT license that can be found in the LICENSE
// Copyright (C) 2023-present Jose Mendoza - All rights reserved. Use of this
// source code is governed by an MIT license that can be found in the LICENSE
// file.

import std/strings;
Expand Down Expand Up @@ -27,7 +27,6 @@ pub struct Tokenizer {
mut is_started: bool;
mut is_cr_lf: bool;
mut eofs: uint;
mut conditional_stack: []mut Conditional;

pub func new(text: string, env: ast.Env) -> Tokenizer {
mut t := Tokenizer(env: env, text: text);
Expand Down

0 comments on commit 7a5b352

Please sign in to comment.