Skip to content

Features/56 sequence generator

Nicolas Delsaux requested to merge features/56-sequence-generator into master

First version of sequence generator, which contains some defects

  1. Handling of if statements could be vastly improved (typically using comment instead of condition would be very cool)
  2. Handling of loops is .. not optimal
  3. It would be astonishingly good to transform closures into their corresponding groups

Merge request reports