civboot / fngi

a readable language that grows from the silicon
The Unlicense
59 stars 3 forks source link

memmove syntax #32

Closed vitiral closed 1 year ago

vitiral commented 1 year ago

When you use v =@ myRef it should perform a memmove(v, myRef, sizeof(*v) for you.

I just realized that the simplest way, by far, to do this is implement it as a syn function. I think I'm just going to do that instead of the other shenanigans I was planning.

vitiral commented 1 year ago

fixed