Commit Graph

  • 839f7e2eb8 OPerand now does its own expression parsing. brad Arant 2024-11-16 10:23:16 -08:00
  • 4d016197d2 Added frombinary modifier. Brad Arant 2024-11-14 11:11:11 -08:00
  • 96ff352d0f Merge branch 'master' of ssh://barant.com/git/JetCore Brad Arant 2024-11-13 14:52:09 -08:00
  • 7fbbac4a65 Laid foundation for modifiers and built a couple. Brad Arant 2024-11-13 14:51:34 -08:00
  • cd1a6d0594 Minor updates to documentation. brad Arant 2024-11-12 20:32:48 -08:00
  • 39f5936787 Work on the CGI handling. Brad Arant 2024-11-11 15:59:42 -08:00
  • 496b90a680 Upgraded write tag to use resolution keyword method. Brad Arant 2024-11-11 09:57:14 -08:00
  • d7dd1b4dd2 Upgraded whiledir tag to use resolution keyword method. Brad Arant 2024-11-11 09:51:24 -08:00
  • 93da0f16b3 Upgraded sql tag to use resolution keyword method. Brad Arant 2024-11-11 09:35:29 -08:00
  • 07bcc560f5 Upgraded read tag to use resolution keyword method. Brad Arant 2024-11-11 09:30:57 -08:00
  • 2e340bae1c Upgraded mysql tag to use resolution keyword method. Brad Arant 2024-11-11 09:29:41 -08:00
  • 9aeba0c103 Upgraded include tag to use resolution keyword method. Brad Arant 2024-11-11 09:26:38 -08:00
  • 4daace487d Upgraded ifrow tag to use resolution keyword method. Brad Arant 2024-11-11 09:25:20 -08:00
  • 5658bb6a43 Upgraded if tag to use resolution keyword method. Brad Arant 2024-11-11 09:22:01 -08:00
  • 7cab6916c7 header tag upgraded to keyword resolution method. Brad Arant 2024-11-11 09:16:11 -08:00
  • 858d073d63 Fixed bug on call tag scope check. Added keyword duplicate check to Tag processing. Brad Arant 2024-11-11 08:57:17 -08:00
  • 069fb9c9f3 Setup proper keyword resolution for call tag. Brad Arant 2024-11-11 08:46:00 -08:00
  • 6da620971e Finished up the keyword resolution issue and fixed for, while and until. Other tags still need work. brad Arant 2024-11-10 18:45:12 -08:00
  • 93a520f152 merge requests conflicts resolved. brad Arant 2024-11-10 13:10:26 -08:00
  • d7936de84f Laid ground work for resolveKeyword method on Tag and to not resolve automatically. brad Arant 2024-11-10 13:07:53 -08:00
  • 31e309934c Setup base for conversion modifiers to be written. Brad Arant 2024-11-07 16:47:11 -08:00
  • 0de087f14d Fixed ability to not have to enclose jet tag. Brad Arant 2024-11-07 10:44:20 -08:00
  • 169ad1aa11 Added scope="parent" to set tag. Brad Arant 2024-11-06 14:04:08 -08:00
  • 489f1d6915 Allow jet script to not begin with jet tag. Treat as container. Brad Arant 2024-11-06 09:08:02 -08:00
  • b46694f71b Made Operand ignore case for function names. Brad Arant 2024-11-05 15:50:06 -08:00
  • ed00a330a4 Heavy work on while tag. Still needs work. Brad Arant 2024-11-04 16:48:14 -08:00
  • b08d2b59eb updated documentation. brad Arant 2024-11-02 10:52:25 -07:00
  • 4b24c21893 Added documentation for RANDOM() function. brad Arant 2024-11-01 12:52:02 -07:00
  • a0183ecb42 Added RANDOM() function. brad Arant 2024-11-01 12:44:59 -07:00
  • 527e8bf778 Fixed read tag to throw exception on file error unstead of looping forever. Brad Arant 2024-10-31 16:05:46 -07:00
  • bff2b4d2c5 Added until tag. Brad Arant 2024-10-31 07:47:53 -07:00
  • 08218e3530 Updated logic for while tag. Brad Arant 2024-10-30 17:35:30 -07:00
  • 9dcedd302b Fixed the scope="local" on set tag. Brad Arant 2024-10-30 16:59:57 -07:00
  • ae4ff5a3dc Made the set tag work to local variables. Moved tests to their own directory. Brad Arant 2024-10-30 16:45:05 -07:00
  • ad48c530a0 Added parent tag pointer throughout call hierarchy.Cleaned up output hierarchy parameter names. Brad Arant 2024-10-30 15:23:13 -07:00
  • 7138e046e2 Looks like we have a working tag tag with a container capability. Brad Arant 2024-10-30 08:19:09 -07:00
  • 9277b456da significant work on the tag tag. Brad Arant 2024-10-29 17:47:46 -07:00
  • fef8f7080c Place stub for stream tag. Brad Arant 2024-10-29 10:08:53 -07:00
  • 038f7f7bba More doc updates. Brad Arant 2024-10-28 13:21:19 -07:00
  • d139a4b39e Updated JetCore.txt documentation. Brad Arant 2024-10-28 12:35:47 -07:00
  • c1e003e552 Almost done with tag tag. brad Arant 2024-10-27 19:22:40 -07:00
  • 8499199592 include tag is not working. Brad Arant 2024-10-22 17:03:17 -07:00
  • b837c38c2a Initial coding of <include> tag. Hass issues. Brad Arant 2024-10-22 09:16:59 -07:00
  • 12b3542231 Updated JetCore.txt document to make it a tex document. Brad Arant 2024-10-17 16:46:51 -07:00
  • f0b3c0e0f6 Functional variable retrieval including #[local]. Brad Arant 2024-10-17 15:57:35 -07:00
  • 062a023683 Broken everything trying to get variable stuff situated. Brad Arant 2024-10-17 14:02:02 -07:00
  • 4972799e7a Fucked up variable handling trying to improve things with a modifier. Brad Arant 2024-10-16 16:58:33 -07:00
  • d561a65f9d added else to ifrow tag. Brad Arant 2024-10-16 09:11:31 -07:00
  • 200b8d6a43 Fixed potential bug in whiledir. Brad Arant 2024-10-14 16:02:25 -07:00
  • 2bae00acff Added options to whiledir for filename and no extension. Brad Arant 2024-10-14 15:59:43 -07:00
  • 426b98805c Craeted whiledir tag. Brad Arant 2024-10-14 15:24:41 -07:00
  • 2dd41238de Some work on call tag. Brad Arant 2024-10-14 12:11:39 -07:00
  • f1624b074a Implemented __ifrow tag. Brad Arant 2024-10-14 08:28:24 -07:00
  • 7d6bb8355f Created $[$name] retrieve for environment variables. Brad Arant 2024-10-07 13:33:17 -07:00
  • fa711ddf86 Added LEFT() expression function. Brad Arant 2024-10-01 07:41:05 -07:00
  • 8299aeaea9 created >= and <= and != for the expr handling. Brad Arant 2024-09-30 16:53:49 -07:00
  • 339c975595 Removed line on output. Brad Arant 2024-09-30 14:23:12 -07:00
  • aa090c8a73 Fixed expressions to be able to do math with nested expressions. Brad Arant 2024-09-30 14:20:59 -07:00
  • 0b9f2354a3 Fixed float output format. Brad Arant 2024-09-30 08:15:48 -07:00
  • 633badd184 Updated ignore to have jet-2.0 Brad Arant 2024-09-30 08:12:14 -07:00
  • cc904693ab More work on output and some cleanup of temporary cout messages. brad Arant 2024-09-26 21:21:21 -07:00
  • c6c0be016e Fixed whilerow. brad Arant 2024-09-26 21:11:52 -07:00
  • 5a97da3d1c Fixed some Expression and Operand memory issues. Brad Arant 2024-09-26 16:58:55 -07:00
  • 3db9227adc Finished up whilerow. Added hearder tag. Brad Arant 2024-09-26 10:29:33 -07:00
  • a09e370e57 Working on whilerow. brad Arant 2024-09-25 20:10:19 -07:00
  • 9977ca188c sql variables work now. brad Arant 2024-09-25 19:57:51 -07:00
  • e655173a8f Worked on exception reporting. Brad Arant 2024-09-25 17:15:03 -07:00
  • 387203f4b3 Work on mysql and sql. brad Arant 2024-09-24 20:20:29 -07:00
  • 2e715a4d08 Worked on the mysql variable retrieval foundation. Brad Arant 2024-09-24 16:27:38 -07:00
  • 933c400922 Variables work. Added trimline support. Brad Arant 2024-09-24 12:13:06 -07:00
  • 3679644f64 More work on Global getVariabke. Brad Arant 2024-09-23 17:07:32 -07:00
  • 0379974d5e more work on variables. Brad Arant 2024-09-19 14:40:07 -07:00
  • 7453db9bd9 mysql efforts... Brad Arant 2024-09-18 16:52:08 -07:00
  • 3ba81a7d0a More Expression.cpp work. Brad Arant 2024-08-08 16:34:20 -07:00
  • 03fe14d075 More work on the operand. Brad Arant 2024-08-01 16:17:57 -07:00
  • bd25efc461 Started into the Expression and Operand obejcts. Brad Arant 2024-07-31 16:18:29 -07:00
  • 071151d8a1 Work on if, call and system tags. Brad Arant 2024-07-25 02:18:17 +00:00
  • 8475ef01d1 Some work on Expression and Operand. Brad Arant 2024-07-22 14:49:15 -07:00
  • ea3d1a7ad0 sync brad Arant 2024-07-18 18:56:26 -07:00
  • a63b60bab7 Initia; coding of write. Sync Brad Arant 2024-07-18 16:34:11 -07:00
  • 15f7b08d68 read tag working. Brad Arant 2024-07-11 15:25:48 -07:00
  • e1be28e53b Clean version. filterblanklines functioning now. Brad Arant 2024-07-11 14:37:38 -07:00
  • 632e6979ba More work on call tag. Brad Arant 2024-07-09 13:11:41 -07:00
  • 49edce1f34 Cleaned up read tag and call tag to compile. brad Arant 2024-07-08 18:50:46 -07:00
  • 666a12e16b Fixed read tag merge issue. brad Arant 2024-07-08 18:38:32 -07:00
  • dd5768ea66 Fixed for tag. brad Arant 2024-07-08 18:32:56 -07:00
  • d8a6638741 Added the comment tag/ Brad Arant 2024-07-08 16:21:24 -07:00
  • 8443495675 Added call tag. Updated read tag. Brad Arant 2024-07-08 13:56:27 -07:00
  • d10ed783fa just built KeywordValue core object. Not functional yet. Brad Arant 2024-06-13 07:06:29 -07:00
  • 9accb60eb9 just got variables saving from set tag. Brad Arant 2024-06-13 07:05:36 -07:00
  • 3d98448ec4 continued development Brad Arant 2024-02-16 20:16:14 -08:00
  • 50270bbc91 attempt at getting variables to work. Brad Arant 2024-02-16 15:44:03 -08:00
  • 59fe0d5bd6 Fixing assignments on variable maps. Brad Arant 2024-02-16 14:42:36 -08:00
  • bb7be37fd6 Making it work but it doesnt Brad Arant 2024-02-16 11:13:10 -08:00
  • 31cca91873 more unknown work Brad Arant 2024-02-14 13:37:42 -08:00
  • d915714b4d more unknown work Brad Arant 2024-02-14 10:58:57 -08:00
  • fce97e04ff Initial repository commit. Brad Arant 2022-05-19 11:43:15 -07:00