wilfreddv / casic

A toy language loosely based on BASIC

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Casic

Casic is a toy language loosely based on BASIC. It's a statically typed language with type inference.

How to build

mkdir build
cd build
cmake ../
make
make libcasic.o

Todo

  • Code generation
  • I/O
  • Standard library
  • Functions/procedures
  • Includes

Would be cool

  • IR optimization
  • Precompiled includes
  • Interface with other compiled code (e.g. C/C++)

About

A toy language loosely based on BASIC

License:The Unlicense


Languages

Language:C 95.0%Language:CMake 2.8%Language:Assembly 2.2%