All Projects → ddfreyne → Rcpu Lang

ddfreyne / Rcpu Lang

Language that compiles to RCPU assembly

Programming Languages

crystal
512 projects

rcpu-lang

rcpu-lang (or RCL for short) is a language that will compile to RCPU assembly.

Work in progress. Does not work at al yet.

The following is supported:

  • (print var)
  • (print num)
  • (let var num)
  • (let var var)
  • (halt)
  • (seq expr…)
  • (scoped-seq expr…)
  • (if op a b true-body false-body)

op can only be eq at the moment.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].