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

Initial skeleton

igaray opened this issue · comments

  • two crates: binary compiler driver, library crate
  • lambda-standard rust github action CI
  • dependencies: clap, tracing, lalrpop, logos
  • module stubs: parser, types, type-checking, codegen