Commit History

Author SHA1 Message Date
  Brucey dec2696884 Ensures correct type before accessing it. (#719) 4 months ago
  Brucey b5731b0b11 Code generation changes. Version bump. (#713) 5 months ago
  thareh 340539d15f Pragma fix (From Scaremonger) 6 months ago
  FireballStarfish f88594dba1 Merge remote-tracking branch 'remotes/origin/master' into bcc_reflect 11 months ago
  Brucey 093bbe9a4c Added more casts for code generation. 1 year ago
  Brucey 6ac0e702be Add struct-specific array creation and slicing. 1 year ago
  FireballStarfish fd938d36fb Merge branch 'master' into bcc_reflect 1 year ago
  Thareh 08a9b41a28 Fixes wrong line for import as well 2 years ago
  Thareh 1991d89eb6 Fixes bug where wrong line would be reported 2 years ago
  Brucey 454fe4c84f Added auto-superstrict, and option to disable it. 2 years ago
  Brucey 7fbd719d61 mod/shl/shr are not assignment operators. 2 years ago
  Brucey 5b24980424 Module/Framework are mutually exclusive. 2 years ago
  Brucey 6f85c71a86 Ensure _env is initialised with base module. 2 years ago
  Brucey f093c80610 Pragmas added to interfaces for hierarchical visibility. 2 years ago
  Brucey 9a85669261 Fixed for loops for negative steps. Resolves #622. 2 years ago
  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