Literal Types

  • Int: Syntax: 123, -456
  • Float: Syntax: 123.45, -0.678
  • String: Syntax: "Hello, World!", 'Hello, World!'
  • Bool: Syntax: true, false
  • Void: Syntax: null

And arrays?

The arrays will be included in the STDLIB of MinLang, not in SeriaLang itself. This is because arrays are not a primitive type in SeriaLang. (And I'm just lazy to implement them)