spy16 / sabre

Sabre is highly customisable, embeddable LISP engine for Go. :computer:
GNU General Public License v3.0
28 stars 5 forks source link

Add support for member access using . operator (#12) #13

Closed spy16 closed 4 years ago

spy16 commented 4 years ago

Exposes a new sabre.Dot special function that allows accessing member field/method of a type exposed into Scope.

Refer https://github.com/spy16/sabre/blob/member-access/specials_test.go#L54 for samples.