Gunnar Beutner
|
7e13f7597f
|
Disallow - in identifiers
fixes #7830
|
2014-11-24 16:54:06 +01:00 |
Gunnar Beutner
|
2ec499be17
|
Implement the __if and __else keywords
fixes #7824
|
2014-11-24 09:56:28 +01:00 |
Gunnar Beutner
|
c29d6a99ac
|
Fix unary minus operator
fixes #7815
|
2014-11-23 23:19:46 +01:00 |
Gunnar Beutner
|
9a49e085cd
|
Fix some more shift/reduce conflicts
refs #7800
|
2014-11-23 12:06:47 +01:00 |
Gunnar Beutner
|
f5766f9118
|
Refactor the stack frame handling for scripts
fixes #7748
|
2014-11-22 19:24:03 +01:00 |
Gunnar Beutner
|
f84cc8de39
|
Implement support for signals
fixes #7744
|
2014-11-20 06:54:48 +01:00 |
Gunnar Beutner
|
02fef3f84a
|
Remove unions from the DebugInfo class
|
2014-11-13 09:02:43 +01:00 |
Gunnar Beutner
|
ec109b04dd
|
Refactor the AST
refs #7622
|
2014-11-10 12:06:25 +01:00 |
Gunnar Beutner
|
8bbb2bfb7b
|
Fix compiler warnings for the lexers
|
2014-11-06 06:23:45 +01:00 |
Gunnar Beutner
|
a6f20c7a22
|
Implement support for arbitrarily complex indexers
fixes #7566
|
2014-11-04 15:20:33 +01:00 |
Gunnar Beutner
|
a1c905bf62
|
Implement dictionary support for apply+for
fixes #7561
|
2014-11-04 11:02:10 +01:00 |
Gunnar Beutner
|
028186e7f0
|
Remove support for partial type validators
refs #7458
|
2014-10-28 08:22:41 +01:00 |
Gunnar Beutner
|
f13ea9e1b8
|
Remove zone keyword
fixes #7400
|
2014-10-17 12:45:57 +02:00 |
Gunnar Beutner
|
feeb550654
|
Rename AExpression to Expression
|
2014-10-16 17:44:06 +02:00 |
Gunnar Beutner
|
d66b4d587e
|
Implement the "cluster-zone" check task.
Fixes #6204
|
2014-05-25 19:59:52 +02:00 |
Gunnar Beutner
|
632026cd9f
|
Rename C++ header files.
Fixes #6291
|
2014-05-25 16:27:14 +02:00 |
Gunnar Beutner
|
a5d3523b85
|
Rename the function, return and for keywords and remove the lambda keyword.
Fixes #6194
|
2014-05-12 12:59:12 +02:00 |
Gunnar Beutner
|
9c3e399188
|
Remove unnecessary includes.
Fixes #6189
|
2014-05-11 18:11:32 +02:00 |
Gunnar Beutner
|
c7b5e4c31e
|
Fix some compiler warnings.
Refs #5823
|
2014-05-11 06:04:43 +02:00 |
Gunnar Beutner
|
0e34968e8f
|
Implement for loops.
Fixes #6183
|
2014-05-10 11:26:56 +02:00 |
Gunnar Beutner
|
45270f1bb8
|
Refactor the agent and cluster components.
Refs #6107
|
2014-05-08 09:13:04 +02:00 |
Gunnar Beutner
|
b1dab6c074
|
Implement support for the "package" keyword.
Refs #6107
|
2014-05-08 09:13:04 +02:00 |
Gunnar Beutner
|
e6667c15d3
|
Support shell-style comments.
Fixes #5994
|
2014-04-10 11:30:01 +02:00 |
Gunnar Beutner
|
91f946a40e
|
Implement the "return" keyword.
Fixes #5985
|
2014-04-09 10:36:57 +02:00 |
Gunnar Beutner
|
5e38c81eb5
|
Implement apply target types.
Fixes #5924
|
2014-04-05 13:53:55 +02:00 |
Gunnar Beutner
|
2faf17cb14
|
Fix column information for config errors.
Refs #5901
|
2014-04-01 11:43:53 +02:00 |
Gunnar Beutner
|
5eca503362
|
Support new-lines in addition to commas to separate commands.
Fixes #5901
|
2014-04-01 09:45:57 +02:00 |
Gunnar Beutner
|
b924941488
|
Fix ShowCodeFragment column numbers.
Refs #5893
|
2014-03-31 12:44:18 +02:00 |
Gunnar Beutner
|
d874cbfe5b
|
Fix: Crash when there's a config error in the first line / first column.
Fixes #5893
|
2014-03-31 09:41:07 +02:00 |
Gunnar Beutner
|
397fee13ff
|
Allow "object" and "apply" in AST expressions.
Refs #5870
|
2014-03-30 15:04:53 +02:00 |
Gunnar Beutner
|
7a6172c135
|
Remove support for the deprecated "var" and "set" keywords.
Refs #
|
2014-03-30 10:29:52 +02:00 |
Gunnar Beutner
|
54063f0b9f
|
Rename __name and __type properties.
Refs #5870
|
2014-03-28 14:17:55 +01:00 |
Gunnar Beutner
|
7ee1278118
|
Implement the new syntax for the "apply" keyword.
Refs #5878
|
2014-03-28 14:00:00 +01:00 |
Gunnar Beutner
|
8958d2f69f
|
Implement the "import" keyword.
Refs #5869
|
2014-03-28 11:22:36 +01:00 |
Gunnar Beutner
|
536562cddd
|
Build fixes.
Refs #5846
|
2014-03-24 12:54:23 +01:00 |
Gunnar Beutner
|
aacc699dd4
|
Refactor the config parser's AST.
Refs #5846
|
2014-03-23 11:27:40 +01:00 |
Gunnar Beutner
|
46d7cf3d6a
|
Implement len() and the operators >, >=, < and <=.
Refs #5789
|
2014-03-19 13:25:06 +01:00 |
Gunnar Beutner
|
ec0557afea
|
Implement additional operators: &&, ||, in and !in.
Refs #5789
|
2014-03-19 12:46:23 +01:00 |
Gunnar Beutner
|
caad7a7973
|
Implement the 'apply template' directive.
Refs #5789
|
2014-03-19 12:46:23 +01:00 |
Gunnar Beutner
|
04b8724cb8
|
Implement == and != operators for AExpressions.
Refs #5789
|
2014-03-19 12:46:23 +01:00 |
Michael Friedrich
|
ce737ff2f3
|
Change copyright header (again).
Fixes #5424
|
2014-03-19 11:42:47 +01:00 |
Michael Friedrich
|
555d72150a
|
Update copyright header.
Fixes #5424
|
2014-01-09 00:32:11 +01:00 |
Gunnar Beutner
|
e540685e13
|
Implement support for constants in the config parser.
Refs #4946
|
2013-12-04 11:32:45 +01:00 |
Gunnar Beutner
|
f8d2172c27
|
Implement include_recursive config directive.
Fixes #5238
|
2013-11-29 12:26:31 +01:00 |
Gunnar Beutner
|
5f0ebed72b
|
Improve compatibility with ancient versions of Bison.
Refs #4962
|
2013-11-03 13:45:26 +01:00 |
Gunnar Beutner
|
f2307c4242
|
Add cmake build files.
Refs #4962
|
2013-11-03 13:45:26 +01:00 |
Gunnar Beutner
|
78fa9bca09
|
config: Make sure we're not inside a comment when reaching the end of a config file.
Fixes #4821
|
2013-10-09 08:56:28 +02:00 |
Gunnar Beutner
|
9d5edebd73
|
Another build fix.
|
2013-10-07 11:20:56 +02:00 |
Gunnar Beutner
|
fb9f0bc178
|
Build fix.
|
2013-10-07 11:18:12 +02:00 |
Michael Friedrich
|
f832e814ff
|
Add support for day based values.
fixes #4761
|
2013-09-26 19:03:27 +02:00 |