s/treewalkpkg/nloxpkg/g
3 files changed, 2 insertions(+), 2 deletions(-) M src/nlox.nim R src/{treewalkpkg/lox.nim => nloxpkg/lox.nim} M tests/test1.nim
M src/nlox.nim => src/nlox.nim +1 -1
@@ 1,7 1,7 @@ # This is just an example to get you started. A typical hybrid package # uses this file as the main entry point of the application. import treewalkpkg/lox import nloxpkg/lox when isMainModule: run()
R src/treewalkpkg/lox.nim => src/nloxpkg/lox.nim +0 -0
M tests/test1.nim => tests/test1.nim +1 -1