Skip to content

Releases: cosmos72/gomacro

version 2.7

19 May 17:07
Compare
Choose a tag to compare

support out-of order declarations
license changed to MPL 2.0+

version 2.6

25 Apr 21:09
Compare
Choose a tag to compare

first usable debugger

version 2.5

21 Apr 10:45
Compare
Choose a tag to compare
  • interpreted interfaces
  • workaround to import 3rd party packages on non-Linux systems
  • implement 'package' on fast interpreter
  • split 'fast' and 'classic' interpreters
  • Ctrl+C and SIGINT now interrupt main goroutine and return to prompt
  • fix access to deeply embedded fields and methods
  • fix nested quasiquotes

version 2.1

21 Apr 10:40
Compare
Choose a tag to compare

fix importing complicated packages as "net/http" with no Go toolchain installed

version 2.0

29 Jun 20:21
Compare
Choose a tag to compare

use fast interpreter by default

version 1.1

29 Jun 20:16
Compare
Choose a tag to compare

classic interpreter, with goroutines

version 1.0

29 Jun 20:14
Compare
Choose a tag to compare

classic interpreter