lessandro / gridc

The GridC programming language

Home Page:http://lessandro.com/gridc/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Rewrite code generator

lessandro opened this issue · comments

  • Output code to the state monad
  • Don't throw exceptions, save the exception in the monad or make it the return of all functions

Output code to the state monad

This is making my code look so imperative.