Gunnar Beutner
|
b9831f0be4
|
Add unit tests for the "var" keyword
refs #8074
|
2014-12-15 16:42:34 +01:00 |
Gunnar Beutner
|
77806b9de7
|
Get rid of the local/global keywords
refs #8074
|
2014-12-15 16:09:17 +01:00 |
Gunnar Beutner
|
252f3205cb
|
Fix incorrect variable scoping
refs #8074
|
2014-12-15 12:58:55 +01:00 |
Gunnar Beutner
|
262bfb7fc9
|
Allow if/else in rterms
refs #8074
|
2014-12-14 14:08:41 +01:00 |
Gunnar Beutner
|
1cb0231c05
|
Refactor how variable scopes work
refs #8074
|
2014-12-14 11:33:45 +01:00 |
Gunnar Beutner
|
dd4c04aa9b
|
Implement the 'global' keyword to differentiate between variable scopes
refs #8074
|
2014-12-13 17:48:58 +01:00 |
Gunnar Beutner
|
c0f6d65b66
|
Fix operator precedence for =>
refs #8030
|
2014-12-13 14:06:19 +01:00 |
Gunnar Beutner
|
54ab4dd924
|
Implement support for lambdas
refs #8030
|
2014-12-13 13:50:47 +01:00 |
Gunnar Beutner
|
cfd775c948
|
Move the VMFrame class to libbase
refs #8065
|
2014-12-12 15:33:56 +01:00 |
Gunnar Beutner
|
a9e2bc4b40
|
Implement a way to call methods on objects
fixes #8071
|
2014-12-11 21:12:34 +01:00 |
Gunnar Beutner
|
e86b36f8d7
|
Remove the __ prefix from some of the lexer tokens
fixes #7883
|
2014-12-11 13:12:35 +01:00 |
Gunnar Beutner
|
2720333d6e
|
Fix missing location information for included files
fixes #7927
|
2014-12-10 15:06:09 +01:00 |
Gunnar Beutner
|
89a0fc006e
|
Implement a boolean sub-type for the Value class
fixes #8043
|
2014-12-10 09:05:16 +01:00 |
Gunnar Beutner
|
9e01f6d8b9
|
Fix operator precedence for %, |, ^, &, in and !in in combination with <
fixes #8029
|
2014-12-09 20:51:19 +01:00 |
Gunnar Beutner
|
ab63fca3d5
|
Make the config parser thread-safe
fixes #7822
|
2014-11-28 06:48:27 +01:00 |
Gunnar Beutner
|
cee13fbec0
|
Implement the %, ^, %=, ^=, &= and |= operators
fixes #7813
|
2014-11-25 17:16:34 +01:00 |
Gunnar Beutner
|
31605402ea
|
Move the parser's global variables to the ConfigCompiler class
refs #7822
|
2014-11-25 09:40:32 +01:00 |
Gunnar Beutner
|
9281f82ba3
|
Fix parser problem with missing new-lines
refs #7822
|
2014-11-25 08:59:55 +01:00 |
Gunnar Beutner
|
c5839b91aa
|
Use MakeLiteral instead of 'new LiteralExpression'
refs #7822
|
2014-11-25 08:44:47 +01:00 |
Gunnar Beutner
|
03a4452343
|
Remove the global m_Expressions variable
refs #7822
|
2014-11-25 08:42:27 +01:00 |
Gunnar Beutner
|
2ec499be17
|
Implement the __if and __else keywords
fixes #7824
|
2014-11-24 09:56:28 +01:00 |
Gunnar Beutner
|
47ba5eeddd
|
Change parameter type for include and include_recursive to T_STRING
fixes #7802
|
2014-11-24 07:18:37 +01:00 |
Gunnar Beutner
|
d3a6277fec
|
Fix the __return keyword
fixes #7811
|
2014-11-24 00:07:29 +01:00 |
Gunnar Beutner
|
c29d6a99ac
|
Fix unary minus operator
fixes #7815
|
2014-11-23 23:19:46 +01:00 |
Gunnar Beutner
|
e93595c006
|
Fix scoping for __for
fixes #7809
|
2014-11-23 20:43:50 +01:00 |
Gunnar Beutner
|
d366dd8e30
|
Fix the reduce/reduce conflicts
refs #7800
|
2014-11-23 15:25:25 +01:00 |
Gunnar Beutner
|
8d0ddb7c8c
|
Implement more unit tests
refs #7805
|
2014-11-23 12:35:13 +01:00 |
Gunnar Beutner
|
e302158631
|
Remove debug code
refs #7800
|
2014-11-23 12:08:29 +01:00 |
Gunnar Beutner
|
9a49e085cd
|
Fix some more shift/reduce conflicts
refs #7800
|
2014-11-23 12:06:47 +01:00 |
Gunnar Beutner
|
9bdc7e8a4e
|
Fix the shift/reduce conflicts in the parser
fixes #7800
|
2014-11-22 23:02:12 +01:00 |
Gunnar Beutner
|
f5766f9118
|
Refactor the stack frame handling for scripts
fixes #7748
|
2014-11-22 19:24:03 +01:00 |
Gunnar Beutner
|
8e265b7b7f
|
Implement a C++ code generator for libconfig
fixes #7699
fixes #7704
fixes #7706
|
2014-11-20 21:53:32 +01:00 |
Gunnar Beutner
|
f84cc8de39
|
Implement support for signals
fixes #7744
|
2014-11-20 06:54:48 +01:00 |
Gunnar Beutner
|
3cc79a6005
|
Optimize apply/object filters
refs #7622
|
2014-11-10 12:06:29 +01:00 |
Gunnar Beutner
|
ec109b04dd
|
Refactor the AST
refs #7622
|
2014-11-10 12:06:25 +01:00 |
Gunnar Beutner
|
478f03b49a
|
Replace boost::shared_ptr with boost::intrusive_ptr
refs #7622
|
2014-11-09 16:54:41 +01:00 |
Gunnar Beutner
|
ad14ff6d6b
|
Fix memory leak in the config parser
refs #7566
|
2014-11-05 09:29:15 +01:00 |
Gunnar Beutner
|
c1cbe157db
|
Allow strings as indexers
refs #7566
|
2014-11-04 15:22:10 +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
|
4677014b6d
|
Implement support for arrays in custom variables
fixes #6544
|
2014-11-02 07:27:50 +01:00 |
Gunnar Beutner
|
d300ceaaf7
|
Fix: Nesting an object in a template causes the template to become non-abstract
fixes #7537
|
2014-11-01 06:25:58 +01:00 |
Gunnar Beutner
|
93b66a0c4a
|
Clean up the config parser a bit
|
2014-11-01 05:23:14 +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
|
14ac7dd974
|
Replace spaces with tabs
|
2014-10-13 09:47:05 +02:00 |
Gunnar Beutner
|
15358c6e95
|
Fix missing error messages (part 2)
refs #7331
|
2014-10-01 16:01:47 +01:00 |
Gunnar Beutner
|
632026cd9f
|
Rename C++ header files.
Fixes #6291
|
2014-05-25 16:27:14 +02:00 |
Gunnar Beutner
|
3a1ce23aeb
|
Implicitly set zone attribute for files includes from zones.d.
Refs #6191
|
2014-05-13 14:40:12 +02:00 |