dbaumgarten / yodk

Development Kit for Starbase's ingame programming language YOLOL
MIT License
56 stars 16 forks source link

NOLOL compilation doesn't seem to respect output parameter #71

Closed TheCodedOne closed 3 years ago

TheCodedOne commented 3 years ago

Describe the bug When compiling NOLOL, the CLI doesn't seem to respect the -o/-out parameter

To Reproduce Steps to reproduce the behavior:

  1. Make nolol script
  2. Compile it with a custom output path

Expected behavior the CLI should output the new file to the path specified.

Platform:

dbaumgarten commented 3 years ago

Seems like you are right. Funny that nobody noticed that until now. Will be fixed with the next version, thanks for the bug-report :+1:

dbaumgarten commented 3 years ago

Fixed as part of v0.1.7