mirror of
https://github.com/MorizzG/MLox.git
synced 2025-12-06 04:22:41 +00:00
removed debug printing
This commit is contained in:
parent
250bdc5992
commit
c20a9fb48e
1 changed files with 0 additions and 5 deletions
|
|
@ -191,11 +191,6 @@ module State = struct
|
|||
end
|
||||
|
||||
let tokenize (source : string) : lexer_result =
|
||||
print_endline "Scanning source";
|
||||
print_endline "---";
|
||||
print_endline source;
|
||||
print_endline "---";
|
||||
(* Ok [] *)
|
||||
let state =
|
||||
State.tokenize_rec
|
||||
{ source; start_pos = 0; cur_pos = 0; tokens_rev = []; errors_rev = []; line = 1; col = 0 }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue