Skip to content

Reversed Method

Latest
Compare
Choose a tag to compare
@DeedleFake DeedleFake released this 19 Feb 19:25
· 4 commits to master since this release
d5eac1a
wdte: Add `rev` and `method` (#198)

* wdte: Remove `Func` from `Assigner`.

* res/grammar: Add `rev` and `method` funcmods.

* scanner: Add `rev` and `method` keywords.

* wdte: Refactor function creation into a shared function.

* wdte: Implement `rev` and `method`.

* wdte: Don't use 'fmt.Sprint()' to write to a `strings.Builder`.

Huh. What in the world.