lambdaclass / concrete

Concrete is a simple programming language specifically crafted for creating highly scalable systems that are reliable, efficient, and easy to maintain.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

[Codegen] Implement Borrows and Arrays

edg-l opened this issue · comments

Arrays and borrows need to be implemented.

  • Borrow parsing
  • Borrow codegen
  • Array parsing
  • Array codegen