nevalang / neva

🌊 Dataflow programming language with static types and implicit parallelism. Compiles to native code and Go
https://nevalang.org
MIT License
91 stars 7 forks source link

Use Uppercase for export like Go #693

Open emil14 opened 2 months ago

emil14 commented 2 months ago

Mimic Go as possible. One such thing could be remove pub keyword and use Uppercase for that.

Related to #692