Skip to content

Releases: refaktor/ryegen

v0.2.1

24 Oct 10:24
db61070

Choose a tag to compare

v0.2.0

24 Oct 10:16
87fb603

Choose a tag to compare

What's Changed

  • make gioui work, adopt b_no_* build flag pattern, improve stats by @xypwn in #7
  • fix struct ptr by @xypwn in #8
  • rework err messages and add type gotten by @xypwn in #9
  • allow const expr as array length, bugfixes, basic testing, super basic doc comment parsing by @xypwn in #10
  • Fixes: ellipsis type string, use make only for non-fixed arrays, deduplicate interface funcs by @xypwn in #11
  • Add renaming to bindings.txt by @xypwn in #12
  • Auto-generated builtin comments with type hints + smaller fixes by @xypwn in #13
  • Allow binding export to Go + Docstring format by @xypwn in #14
  • Clean up console output and non-fatal error handling + minor fixes + make fyne 2.5.2 work + channel conversion by @xypwn in #15
  • V2 by @refaktor in #16
  • V2 by @refaktor in #17
  • updating to test go-p5 by @refaktor in #19
  • V2 by @refaktor in #20
  • V2 by @refaktor in #21
  • changes from xypwn by @refaktor in #23
  • Add .(?) operator, channel conversion and fixes by @xypwn in #22
  • merging V2 from xypwn by @refaktor in #24
  • merge by @refaktor in #25

New Contributors

Full Changelog: v0.1.0...v0.2.0

first release

26 Sep 08:49
e31f8c3

Choose a tag to compare

Merge pull request #6 from xypwn/main

ryegen-init: build tags optional and non-default; ryegen: rework ryegen.Run, better names for native types, remove rye names for types, timing stats, simpler naming conflict resolution