nevalang / neva

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

Update `neva new` for the removal of `net` keyword #618

Closed Catya3 closed 1 month ago

Catya3 commented 1 month ago

Describe the bug neva new generates code using the net keyword.

To Reproduce Steps to reproduce the behavior:

  1. Start a new project
  2. Call neva run src
  3. See error
3:1 extraneous input 'net'
emil14 commented 1 month ago

@Catya3 thanks!

Fixed in https://github.com/nevalang/neva/pull/621

I'll also add e2e test for this in #619