98 Commits

Author SHA1 Message Date
Brad Arant
c39220d39c improved syntax checking on expr. Laid foundation for expr function. 2024-11-18 10:19:39 -08:00
brad Arant
839f7e2eb8 OPerand now does its own expression parsing. 2024-11-16 10:23:16 -08:00
Brad Arant
4d016197d2 Added frombinary modifier. 2024-11-14 11:11:11 -08:00
Brad Arant
96ff352d0f Merge branch 'master' of ssh://barant.com/git/JetCore 2024-11-13 14:52:09 -08:00
Brad Arant
7fbbac4a65 Laid foundation for modifiers and built a couple. 2024-11-13 14:51:34 -08:00
brad Arant
cd1a6d0594 Minor updates to documentation. 2024-11-12 20:32:48 -08:00
Brad Arant
39f5936787 Work on the CGI handling. 2024-11-11 15:59:42 -08:00
Brad Arant
496b90a680 Upgraded write tag to use resolution keyword method. 2024-11-11 09:57:14 -08:00
Brad Arant
d7dd1b4dd2 Upgraded whiledir tag to use resolution keyword method. 2024-11-11 09:51:24 -08:00
Brad Arant
93da0f16b3 Upgraded sql tag to use resolution keyword method. 2024-11-11 09:35:29 -08:00
Brad Arant
07bcc560f5 Upgraded read tag to use resolution keyword method. 2024-11-11 09:30:57 -08:00
Brad Arant
2e340bae1c Upgraded mysql tag to use resolution keyword method. 2024-11-11 09:29:41 -08:00
Brad Arant
9aeba0c103 Upgraded include tag to use resolution keyword method. 2024-11-11 09:26:38 -08:00
Brad Arant
4daace487d Upgraded ifrow tag to use resolution keyword method. 2024-11-11 09:25:20 -08:00
Brad Arant
5658bb6a43 Upgraded if tag to use resolution keyword method. 2024-11-11 09:22:01 -08:00
Brad Arant
7cab6916c7 header tag upgraded to keyword resolution method. 2024-11-11 09:16:11 -08:00
Brad Arant
858d073d63 Fixed bug on call tag scope check. Added keyword duplicate check to Tag processing. 2024-11-11 08:57:17 -08:00
Brad Arant
069fb9c9f3 Setup proper keyword resolution for call tag. 2024-11-11 08:46:00 -08:00
brad Arant
6da620971e Finished up the keyword resolution issue and fixed for, while and until. Other tags still need work. 2024-11-10 18:45:12 -08:00
brad Arant
93a520f152 merge requests conflicts resolved. 2024-11-10 13:10:26 -08:00
brad Arant
d7936de84f Laid ground work for resolveKeyword method on Tag and to not resolve automatically. 2024-11-10 13:07:53 -08:00
Brad Arant
31e309934c Setup base for conversion modifiers to be written. 2024-11-07 16:47:11 -08:00
Brad Arant
0de087f14d Fixed ability to not have to enclose jet tag. 2024-11-07 10:44:20 -08:00
Brad Arant
169ad1aa11 Added scope="parent" to set tag. 2024-11-06 14:04:08 -08:00
Brad Arant
489f1d6915 Allow jet script to not begin with jet tag. Treat as container. 2024-11-06 09:08:02 -08:00
Brad Arant
b46694f71b Made Operand ignore case for function names. 2024-11-05 15:50:06 -08:00
Brad Arant
ed00a330a4 Heavy work on while tag. Still needs work. 2024-11-04 16:48:14 -08:00
brad Arant
b08d2b59eb updated documentation. 2024-11-02 10:52:25 -07:00
brad Arant
4b24c21893 Added documentation for RANDOM() function. 2024-11-01 12:52:02 -07:00
brad Arant
a0183ecb42 Added RANDOM() function. 2024-11-01 12:44:59 -07:00
Brad Arant
527e8bf778 Fixed read tag to throw exception on file error unstead of looping forever. 2024-10-31 16:05:46 -07:00
Brad Arant
bff2b4d2c5 Added until tag. 2024-10-31 07:47:53 -07:00
Brad Arant
08218e3530 Updated logic for while tag. 2024-10-30 17:35:30 -07:00
Brad Arant
9dcedd302b Fixed the scope="local" on set tag. 2024-10-30 16:59:57 -07:00
Brad Arant
ae4ff5a3dc Made the set tag work to local variables. Moved tests to their own directory. 2024-10-30 16:45:05 -07:00
Brad Arant
ad48c530a0 Added parent tag pointer throughout call hierarchy.Cleaned up output hierarchy parameter names. 2024-10-30 15:23:13 -07:00
Brad Arant
7138e046e2 Looks like we have a working tag tag with a container capability. 2024-10-30 08:19:09 -07:00
Brad Arant
9277b456da significant work on the tag tag. 2024-10-29 17:47:46 -07:00
Brad Arant
fef8f7080c Place stub for stream tag. 2024-10-29 10:08:53 -07:00
Brad Arant
038f7f7bba More doc updates. 2024-10-28 13:21:19 -07:00
Brad Arant
d139a4b39e Updated JetCore.txt documentation. 2024-10-28 12:35:47 -07:00
brad Arant
c1e003e552 Almost done with tag tag. 2024-10-27 19:22:40 -07:00
Brad Arant
8499199592 include tag is not working. 2024-10-22 17:03:17 -07:00
Brad Arant
b837c38c2a Initial coding of <include> tag. Hass issues. 2024-10-22 09:16:59 -07:00
Brad Arant
12b3542231 Updated JetCore.txt document to make it a tex document. 2024-10-17 16:46:51 -07:00
Brad Arant
f0b3c0e0f6 Functional variable retrieval including #[local]. 2024-10-17 15:57:35 -07:00
Brad Arant
062a023683 Broken everything trying to get variable stuff situated. 2024-10-17 14:02:02 -07:00
Brad Arant
4972799e7a Fucked up variable handling trying to improve things with a modifier. 2024-10-16 16:58:33 -07:00
Brad Arant
d561a65f9d added else to ifrow tag. 2024-10-16 09:11:31 -07:00
Brad Arant
200b8d6a43 Fixed potential bug in whiledir. 2024-10-14 16:02:25 -07:00