Lines Matching +full:software +full:- +full:generated
5 * a copy of this software and associated documentation files (the
6 * "Software"), to deal in the Software without restriction, including
8 * distribute, sublicense, and/or sell copies of the Software, and to
9 * permit persons to whom the Software is furnished to do so, subject to
13 * included in all copies or substantial portions of the Software.
15 * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
21 * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
22 * SOFTWARE.
30 * interpreted; native words are implemented as some in-compiler special
34 * thus be part of the generated C code. Native words with no C
57 * Each word has a unique name. Names are case-sensitive.
64 * Words are allocated slot numbers when output code is generated.
100 "cannot run '{0}' at compile-time", Name)); in Run()
105 * of the generated C code, a word must either be interpreted,
148 * the stack effect is not known, this returns -1.
154 return -1;
159 return Math.Min(0, se.DataOut - se.DataIn);