]> gitweb.factorcode.org Git - factor.git/commit
compiler/vm: Allow words made of curry/compose to compile
authorDoug Coleman <doug.coleman@gmail.com>
Wed, 22 Feb 2023 14:06:49 +0000 (08:06 -0600)
committerDoug Coleman <doug.coleman@gmail.com>
Sun, 26 Feb 2023 23:11:04 +0000 (17:11 -0600)
commit162995e9a6cf56332038db4df43aa980d4e39db9
tree0779a39a8189020452e2a56e0e838512c2ef8f95
parent7a24263bb67ae53fa98a11cfeefa158814efff89
compiler/vm: Allow words made of curry/compose to compile

put back the `[ ] like`

fixes #2763
basis/compiler/compiler.factor
vm/code_heap.cpp