fisl

fisl is scheme lox
git clone git://git.alexkarle.com.com/fisl
Log | Files | Refs | README | LICENSE

ch6.lox (68B) [raw]


      1 // Just an example of the types parsed in ch6!
      2 -!((1 + 1) * 2 != 5)