127 Commits

Author SHA1 Message Date
barant
3d246063e5 cleanup for valgrind. 2024-12-23 11:16:15 -08:00
barant
de55071aad bug fix on operand operation for left(). 2024-12-23 09:51:50 -08:00
brad Arant
e86633f506 minor test updates.;
;
2024-12-21 21:16:57 -08:00
brad Arant
af7080e011 fixed local scoping on call tag. 2024-12-21 21:03:17 -08:00
brad Arant
9a9abab92d fixed scoping for local on for tag. 2024-12-21 20:26:46 -08:00
barant
f3b66d9770 make uninitialized global and local variables cause exception. 2024-12-09 16:24:19 -08:00
Brad Arant
90540d3c44 cleanup 2024-12-02 15:46:49 -08:00
brad Arant
ae57e06778 fixed mysql tag to give values for ?# # and field name using #n. 2024-11-27 15:37:58 -08:00
brad Arant
6d2da98024 major scope work completed. Works well!!! 2024-11-27 09:47:17 -08:00
Brad Arant
90d7d07e7e more work on scoping. 2024-11-26 17:02:59 -08:00
Brad Arant
ca7aabd73f more sever scoping work. 2024-11-26 16:57:03 -08:00
Brad Arant
07e43d3f5a serious scoping work unfinished. 2024-11-26 15:25:30 -08:00
Brad Arant
bd8aa1c089 fixed some bugs. Added resolveContainerParent flag to resolve set container issue not reading local variables appropriately. 2024-11-26 13:32:15 -08:00
Brad Arant
e3d788bc92 error reporting now reports accurately to the line. 2024-11-26 11:17:22 -08:00
Brad Arant
79d68d6c34 minor changes on testtag.jet 2024-11-25 17:00:07 -08:00
Brad Arant
4d6b1e80b3 fixed tag to process containers in appropriate order instead of inline. 2024-11-25 13:57:35 -08:00
brad Arant
1c7edf3118 added dump tag. 2024-11-24 14:25:39 -08:00
brad Arant
a9ce087939 urlencoded forms data is now workng as well. 2024-11-24 13:21:44 -08:00
brad Arant
c90c7353c7 multipart/formdata now works for cgi variables. Created base for dump tag. 2024-11-24 11:20:30 -08:00
brad Arant
c21dea1411 some cgi variable work. 2024-11-23 19:25:14 -08:00
brad Arant
64fd81d6ed merge 2024-11-20 08:51:29 -08:00
brad Arant
71b5f5a05e Some doc updates and test update. 2024-11-20 08:47:23 -08:00
Brad Arant
b65403243a updated some documentation. 2024-11-19 16:44:15 -08:00
Brad Arant
dd90d2c805 fixed scoping issue on resolveKeyword using parents variables. 2024-11-19 08:22:16 -08:00
Brad Arant
b0453fe0cb worked on error output just a little. 2024-11-18 16:59:32 -08:00
Brad Arant
e249588a19 finished expr function. 2024-11-18 13:08:28 -08:00
Brad Arant
78001212f8 cleaned up system tag. 2024-11-18 13:05:33 -08:00
Brad Arant
5a7f7f2d18 fixed up call tag. Should be complete. 2024-11-18 12:44:41 -08:00
Brad Arant
d3b8ab68e6 fixed system tag. 2024-11-18 11:37:30 -08:00
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