guida-lang / compiler

Guida is a functional programming language that builds upon the solid foundation of Elm, offering backward compatibility with all existing Elm 0.19.1 projects
https://guida-lang.org
Other
40 stars 2 forks source link

`repl`s output is a little off #38

Closed decioferreira closed 1 week ago

decioferreira commented 3 weeks ago

The output of running guida repl should wait on the result of the code, to show the new >. Instead it shows the result after it, like the following:

% guida repl       
Compiled in DEV mode. Follow the advice at https://elm-lang.org/0.19.1/optimize for better performance and smaller assets.
---- Elm 0.19.1 ----------------------------------------------------------------
Say :help for help and :exit to exit! More at <https://elm-lang.org/0.19.1/repl>
--------------------------------------------------------------------------------
> 1 + 1
> 2 : number
decioferreira commented 1 week ago

fixed on f9dfc24 (and following commit fixed build: dc4866c)