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,stdlib): add bit shift operators; add unary float operators #65

Closed michallepicki closed 3 years ago

michallepicki commented 3 years ago

Adding four more Core operators from #56 that translate to Erlang operators in a straight-forward way.