0 Members and 1 Guest are viewing this topic.
Forgive my ignorance, but this (Grammer) is an assembly library for TI-BASIC, right?
I have one word about this: woah. Can't wait till it's done.For making variables, do you mean using tokens that aren't used too often? If so, maybe dbd(? Perhaps int(?
I'd second int( or perhaps expr(.lol looking through the catalog, you could make ►nom( do something.
Quote from: buttsfredkin on July 19, 2011, 04:21:19 pmForgive my ignorance, but this (Grammer) is an assembly library for TI-BASIC, right?Actually it is a programming language as opposed to a library. An assembly program interprets the code instead of the BASIC interpreter. It is probably confusing since I use the TI-BASIC tokens (for now).
Quote from: Xeda112358 on August 08, 2011, 02:54:29 pmQuote from: buttsfredkin on July 19, 2011, 04:21:19 pmForgive my ignorance, but this (Grammer) is an assembly library for TI-BASIC, right?Actually it is a programming language as opposed to a library. An assembly program interprets the code instead of the BASIC interpreter. It is probably confusing since I use the TI-BASIC tokens (for now).Like Axe?
Quote from: buttsfredkin on August 08, 2011, 10:53:45 pmQuote from: Xeda112358 on August 08, 2011, 02:54:29 pmQuote from: buttsfredkin on July 19, 2011, 04:21:19 pmForgive my ignorance, but this (Grammer) is an assembly library for TI-BASIC, right?Actually it is a programming language as opposed to a library. An assembly program interprets the code instead of the BASIC interpreter. It is probably confusing since I use the TI-BASIC tokens (for now).Like Axe?Yes. (Methinks)
How did I miss this?
Axe is a compiled language, and Grammer is an interpreted one.
ReCode was as fast as Axe. If not, possibly slightly faster (from what I saw)If Grammer is based off of ReCode, then yes. As fast as Axe.