emojicode / emojicode

πŸ˜€πŸ˜œπŸ”‚ World’s only programming language that’s bursting with emojis

Home Page:https://emojicode.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Allow --format option without compiling

spenserblack opened this issue Β· comments

This is an awesome project! πŸ˜ƒ


It seems that emojicodec --format file.πŸ‡ not only formats the file, but also compiles and outputs an executable and an object file.
This can result in formatting taking longer than expected, and generating outputs that may not yet be desired. IMO, if the --format flag is passed, it should only format.

Version: Emojicode Compiler 1.0 beta 2

commented

Feel free to open a PR. You would only need to insert some if's here, I guess: https://github.com/emojicode/emojicode/blob/master/Compiler/CLI/main.cpp