goyamp icon indicating copy to clipboard operation
goyamp copied to clipboard

defmacro: Error: runtime error: invalid memory address or nil pointer dereference

Open birchb1024 opened this issue 2 years ago • 0 comments

Given this

defmacro:
  name: ifdef
  args: $varname
  body: 12
---
ifdef: {quote: Foob}

Fails with:

Error: runtime error: invalid memory address or nil pointer dereference
github.com/birchb1024/goyamp.(*Expander).ExpandStream.func1
	/Users/bill.birch/wo/github.com/birchb1024/goyamp/api.go:68

birchb1024 avatar Nov 22 '22 21:11 birchb1024