pounce-lang / js-core

Core elements of a Pounce (pounce-lang) interpreter, parser, preprocessor written in TypeScript. Pounce types are being developed (a preprocess type checker is in beta)
https://pounce-lang-show-case.netlify.app/
6 stars 0 forks source link

new word decompose or decomp #16

Open nmorse opened 1 year ago

nmorse commented 1 year ago

If [2 *] [twice] compose and you wanted to change this word [twice] decomp >>> [2 *] built in words may decompose to some other words or may just decompose the identity [+] decomp >>> [+]