Skip to content
This repository has been archived by the owner on Dec 29, 2019. It is now read-only.

Primitive Types

Compare
Choose a tag to compare
@at15 at15 released this 27 Nov 08:30
· 63 commits to master since this release
73b15d8
  • support int, double, bool
  • negative number using unary expression #18
  • use visitor for type checker #27, remember to have accept in every subclass of node
  • support let x = 1 and let x:Int = 1, user specified type is used as extra constraint, no type inference #26 is needed