mes/module/language
Jan Nieuwenhuizen 6dc19bd040 mescc: Bugfix for break in switch not in compound.
* module/language/c99/compiler.mes (clause->jump-info): Rename from
  case->jump-info.
  (statements->clauses): New function.
  (ast->info): Use it.  Fixes switch statement with break in a case
  outside of a compound.
* scaffold/t.c (swits): Test it.
2017-05-06 08:39:04 +02:00
..
c mescc: Refactor libc. 2017-04-02 12:29:09 +02:00
c99 mescc: Bugfix for break in switch not in compound. 2017-05-06 08:39:04 +02:00
paren.mes Add loadable modules. 2016-12-12 20:35:19 +01:00