[Interpreter] How to pass the first stage?

Checklist:

  1. :white_check_mark:: I’ve uncommented the code.
  2. :white_check_mark:: I’ve saved the changes.
  3. :white_check_mark:: I’ve run the git commands:
git commit -am "[seeking help on forum]"
git push origin master

Here’s a screenshot showing the output from running the Git commands:
[compile] Moved ./.codecrafters/run.sh → ./your_program.sh
[compile] Compilation successful.
Debug = true
[tester::#RY8] Running tests for Stage #RY8 (Scanning: Empty file)
[tester::#RY8] Writing contents to ./test.lox:
[tester::#RY8] [test-.lox]
[tester::#RY8] $ ./your_program.sh tokenize test.lox
[tester::#RY8] 𐄂
[tester::#RY8] Expected line #1 on stdout to be “EOF null”, got “”
[tester::#RY8] Test failed

[Share other details here]

Hey @kiwi286, could you share a screenshot of your code in the editor? That’ll help me take a closer look!

Closing this thread due to inactivity. If you still need assistance, feel free to reopen or start a new discussion!

This topic was automatically closed 5 days after the last reply. New replies are no longer allowed.