leostera / caramel

:candy: a functional language for building type-safe, scalable, and maintainable applications
https://caramel.run
Apache License 2.0
1.05k stars 25 forks source link

feat(compiler): add basic math operators for integers and floats #63

Closed michallepicki closed 3 years ago

michallepicki commented 3 years ago

Does escript not work on MacOs on CI? I can remove the file execution part, just testing .erl output is good enough I think.

leostera commented 3 years ago

@michallepicki we should make Erlang a CI dependency as well so we can test a few of these things, but right now it is not installed.

Thanks for adding this feature btw! 🙌🏽

michallepicki commented 3 years ago

@ostera No problem! So should I remove it for now or would you like to merge as is and make sure to install Erlang on CI sometime later? I am not familiar with the right way to setup erlang on MacOS myself.

leostera commented 3 years ago

For now we can leave it out, and we'll get back to this later.