YREA-SLS/SLS_C/SlsStr.md

322 B

Sls String

string.h

Formats

  • y char*
  • c char
  • d int32_t
  • l int64_t
  • u uint64_t
  • z size_t
  • f double
  • n unicode uint8_t[4] (Not Implemented)
  • s string.h SlsStr
  • t lexer.h TokenType
  • a lexer.h ArrayType
  • i lexer.h IntegerBuiltInType
  • e error.h SlsError
  • b bool.h Boolean