changelog
- Sat, 14 Jul 2012 20:35:50 +0300
- by Teemu Piippo <crimsondusk64@gmail.com> [Sat, 14 Jul 2012 20:35:50 +0300] rev 20
- Added string table and support for string parameters in commands.
- Sat, 14 Jul 2012 18:03:37 +0300
- by Teemu Piippo <crimsondusk64@gmail.com> [Sat, 14 Jul 2012 18:03:37 +0300] rev 19
- Commands w/ arguments are now written correctly.
- Sat, 14 Jul 2012 17:39:43 +0300
- by Teemu Piippo <crimsondusk64@gmail.com> [Sat, 14 Jul 2012 17:39:43 +0300] rev 18
- New rule: a semicolon is now required after events, mainloop, onexit and onenter definitions.
- Sat, 14 Jul 2012 17:35:19 +0300
- by Teemu Piippo <crimsondusk64@gmail.com> [Sat, 14 Jul 2012 17:35:19 +0300] rev 17
- Events and commands are now treated properly case-insensitively.
- Sat, 14 Jul 2012 17:24:21 +0300
- by Teemu Piippo <crimsondusk64@gmail.com> [Sat, 14 Jul 2012 17:24:21 +0300] rev 16
- Added mainloop/onenter/onexit support, fixed state writing.. this thing can compile the script for the `jumping arghbot` now!
- Sat, 14 Jul 2012 16:31:21 +0300
- by Teemu Piippo <crimsondusk64@gmail.com> [Sat, 14 Jul 2012 16:31:21 +0300] rev 15
- Moved command parser to a new function.
- Sat, 14 Jul 2012 16:28:42 +0300
- by Teemu Piippo <crimsondusk64@gmail.com> [Sat, 14 Jul 2012 16:28:42 +0300] rev 14
- If any optional parameters are skipped, default values are now filled in.
- Sat, 14 Jul 2012 16:24:57 +0300
- by Teemu Piippo <crimsondusk64@gmail.com> [Sat, 14 Jul 2012 16:24:57 +0300] rev 13
- Parser now can read optional arguments properly.
- Sat, 14 Jul 2012 16:12:59 +0300
- by Teemu Piippo <crimsondusk64@gmail.com> [Sat, 14 Jul 2012 16:12:59 +0300] rev 12
- MustString now behaves more like its siblings - sets token to result rather than returning it
- Sat, 14 Jul 2012 15:58:50 +0300
- by Teemu Piippo <crimsondusk64@gmail.com> [Sat, 14 Jul 2012 15:58:50 +0300] rev 11
- Removed extdelimeters member, said delimeters are always enabled now.
- Sat, 14 Jul 2012 15:44:38 +0300
- by Teemu Piippo <crimsondusk64@gmail.com> [Sat, 14 Jul 2012 15:44:38 +0300] rev 10
- Restructured the command def parser, added parameter lists to definition file.
- Sat, 14 Jul 2012 04:17:06 +0300
- by Teemu Piippo <crimsondusk64@gmail.com> [Sat, 14 Jul 2012 04:17:06 +0300] rev 9
- Added proper string checking
- Sat, 14 Jul 2012 04:03:25 +0300
- by Teemu Piippo <crimsondusk64@gmail.com> [Sat, 14 Jul 2012 04:03:25 +0300] rev 8
- Commands are now read properly.
- Sat, 14 Jul 2012 02:16:48 +0300
- by Teemu Piippo <crimsondusk64@gmail.com> [Sat, 14 Jul 2012 02:16:48 +0300] rev 7
- Improved error handling; added parser warnings
- Sat, 14 Jul 2012 01:49:32 +0300
- by Teemu Piippo <crimsondusk64@gmail.com> [Sat, 14 Jul 2012 01:49:32 +0300] rev 6
- Command definitions are now read into memory.