Commit History

Author SHA1 Message Date
  Brucey ec835b2bba Added coverage support. 2 years ago
  Brucey 3fbf1cd7e8 Added support for risc-v. 2 years ago
  Brucey 863e2ef3bc Fixed eachin for iterable. Resolves #607. 3 years ago
  Brucey cfb590ddad Dont' skip empty strings for iterable eachin. Resolves #606. 3 years ago
  Brucey a71d5ac327 Fixed enum array initialisation. Resolves #603. 3 years ago
  Brucey 4a2ee4cdaf Merge pull request #513 from GWRon/feat_guiconsoleconditionals 3 years ago
  Brucey b1013fda29 Added longint and ulongint types. 3 years ago
  Brucey db3a5a81d5 Fixed select with var. Resolved #583 4 years ago
  Brucey 80f9d815a4 Changed wrong assumption about linux on arm. 4 years ago
  Brucey f82075723d Added support for win32 arm. 4 years ago
  Brucey 5f78fdf2e0 Merge pull request #567 from ProPuke/feature-gdbdebug-conditional-compilation 4 years ago
  ProPuke 8dece6e911 added: now includes a `gdbdebug` conditional compilation identifier 4 years ago
  ProPuke 396b296939 fixed: invalid token parsing would echo "expecting 'X' but found 'X'" repeating the same token 4 years ago
  Brucey af85d9e19c Ensure only constant values for static array init. Resolves #554. 4 years ago
  Brucey 1ae8e70657 Added ThreadedGlobal variable scope. Resolves #538. 4 years ago
  Brucey c75c3205bf Lower case names. 5 years ago
  Brucey f71e86a4a6 Date bump. 5 years ago
  Brucey 562f7524bd Haiku initial support. 5 years ago
  Brucey 86c89ea837 Fixed assignment of static arrays. Fixes #517. 5 years ago
  Brucey d49e619942 Fixed struct initialisation. StaticArray requires init. 5 years ago
  Brucey 0378203e99 New incbin format. 5 years ago
  Brucey 887a461ee3 Added EachIn support for static arrays. 5 years ago
  Ronny Otto e1d992f0b3 Add ?gui and ?console conditionals 5 years ago
  woollybah 9b7508ffca Added support for "arm64" macOS configuration. 5 years ago
  Brucey 3131a860f6 Fixes Try variable scope issue. Fixes #498. 5 years ago
  Brucey f0a9898838 Improved error messages for non-ascii symbols. 5 years ago
  Brucey c5c233de40 Fixed code generation. Fixes #495. 5 years ago
  Brucey fea9925dcf Fixed temp variable declarations. Fixes #493 5 years ago
  Brucey 7dec8fd34f Fixed iteration of empty strings. Fixes #176. 5 years ago
  Brucey 1fcaee8868 String formatting. 5 years ago