Gunnar Beutner
|
363f23b1d8
|
Rename ScriptFunction to Function
fixes #8258
|
2015-01-21 08:48:38 +01:00 |
Gunnar Beutner
|
848d076090
|
Implement the "globals" and "locals" keyword
fixes #8244
|
2015-01-16 13:04:34 +01:00 |
Gunnar Beutner
|
76fefaf9e2
|
Make argument for the return keyword optional
fixes #8237
|
2015-01-16 08:41:27 +01:00 |
Gunnar Beutner
|
a1734e3051
|
Fix deadlock in VMOps::For
fixes #8236
|
2015-01-16 08:40:19 +01:00 |
Gunnar Beutner
|
1952d7c844
|
Disallow spaces in T_STRING_ANGLE
fixes #8230
|
2015-01-15 14:50:07 +01:00 |
Gunnar Beutner
|
5db8dd7361
|
Verify array bounds
fixes #7812
|
2015-01-12 14:19:35 +01:00 |
Gunnar Beutner
|
5e9d9aea74
|
Change return type for 'set' expressions to Empty
fixes #8172
|
2015-01-12 08:55:16 +01:00 |
Michael Friedrich
|
ff3ee32d92
|
Fix DebugInfoRange for ApplyExpression in config parser
fixes #8173
|
2015-01-08 17:00:13 +01:00 |
Gunnar Beutner
|
7075607773
|
Use @$ instead of DebugInfoRange
|
2015-01-08 15:01:13 +01:00 |
Gunnar Beutner
|
79b0c13dfb
|
Remove unnecessary default rules
|
2015-01-08 11:39:06 +01:00 |
Gunnar Beutner
|
093be8b5c9
|
Allow side-effect-free expressions in a limited number of cases
refs #6570
|
2015-01-08 10:33:45 +01:00 |
Gunnar Beutner
|
0091c70c41
|
Disallow side-effect-free r-value expressions in expression lists
fixes #6570
|
2015-01-08 09:34:32 +01:00 |
Gunnar Beutner
|
acbf916506
|
Fix ambiguity when parsing include_recursive
fixes #8166
|
2015-01-07 17:22:29 +01:00 |
Gunnar Beutner
|
f3e0c5f113
|
Fix escape sequence for double quotes
refs #8164
|
2015-01-07 13:06:02 +01:00 |
Gunnar Beutner
|
2cb9f3011d
|
Fix escape sequence for backslashes
fixes #8164
|
2015-01-07 08:56:52 +01:00 |
Gunnar Beutner
|
c433284d27
|
Improve error reporting
fixes #8136
refs #6070
|
2014-12-20 15:29:04 +01:00 |
Gunnar Beutner
|
ee5f4fb7e3
|
Improve error reporting for the import keyword
fixes #8061
|
2014-12-20 11:09:21 +01:00 |
Gunnar Beutner
|
e03e143177
|
Report error for invalid escape sequences
fixes #7910
|
2014-12-20 09:48:18 +01:00 |
Gunnar Beutner
|
1ddab493e1
|
Make sure that Value::IsEmpty() returns true for empty strings
fixes #8018
|
2014-12-20 09:31:55 +01:00 |
Gunnar Beutner
|
6c53c7f192
|
Fix debug info for indexer
fixes #8132
|
2014-12-19 16:53:44 +01:00 |
Gunnar Beutner
|
a3ea72c4ca
|
Implement the __commit function
refs #8127
|
2014-12-19 13:08:46 +01:00 |
Gunnar Beutner
|
97168378e8
|
Rename _DEBUG to I2_DEBUG
fixes #7767
|
2014-12-19 12:19:28 +01:00 |
Gunnar Beutner
|
6383da1f2f
|
Replace spaces with tabs
|
2014-12-18 17:06:00 +01:00 |
Gunnar Beutner
|
9f18211ada
|
Remove obsolete code
refs #7709
|
2014-12-18 15:57:30 +01:00 |
Gunnar Beutner
|
873e294158
|
Refactor the WorkQueue class to make error reporting easier
refs #7709
|
2014-12-18 15:11:57 +01:00 |
Gunnar Beutner
|
82a9a8f0cf
|
Fix crash in ConfigCompilerContext::WriteObject
fixes #8106
|
2014-12-18 12:46:35 +01:00 |
Gunnar Beutner
|
28734daa06
|
Fix crash when accessing invalid fields
fixes #8104
|
2014-12-18 11:21:11 +01:00 |
Gunnar Beutner
|
9011c9fa67
|
Fix crash when accessing invalid fields on objects which don't have prototypes
|
2014-12-16 18:15:47 +01:00 |
Gunnar Beutner
|
23a556c7ce
|
Make sure that operator % throws an exception when the ride-hand-side argument is 0
fixes #8089
|
2014-12-16 08:52:32 +01:00 |
Gunnar Beutner
|
8ef8316ca6
|
Fix location info for strings
fixes #8081
|
2014-12-16 06:18:39 +01:00 |
Gunnar Beutner
|
d72bd4fec2
|
Add another unit test for expressions
refs #8074
|
2014-12-15 17:23:18 +01:00 |
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
|
55b7f00382
|
Remove unnecessary includes
|
2014-12-15 10:16:06 +01:00 |
Gunnar Beutner
|
8c9fdb537f
|
Remove unused code
refs #8074
|
2014-12-15 06:03:13 +01:00 |
Gunnar Beutner
|
262bfb7fc9
|
Allow if/else in rterms
refs #8074
|
2014-12-14 14:08:41 +01:00 |
Gunnar Beutner
|
b40e95d9b6
|
Only implicitly convert strings to indexers
refs #8074
|
2014-12-14 11:55:44 +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
|
1275847d5a
|
Improve error messages for failed expressions
fixes #8076
|
2014-12-12 21:21:30 +01:00 |
Gunnar Beutner
|
05485ea2d6
|
Disallow calling strings as functions
fixes #8040
|
2014-12-12 20:45:11 +01:00 |
Gunnar Beutner
|
cfd775c948
|
Move the VMFrame class to libbase
refs #8065
|
2014-12-12 15:33:56 +01:00 |
Gunnar Beutner
|
aa38dde1fc
|
Implement prototype functions
fixes #8065
|
2014-12-12 15:22:37 +01:00 |
Gunnar Beutner
|
a94b26ff47
|
Add missing DebugInfo for field accesses
refs #8062
|
2014-12-12 08:58:39 +01:00 |
Gunnar Beutner
|
b016003eb5
|
Implement string indexers
fixes #8062
|
2014-12-12 06:54:38 +01:00 |
Gunnar Beutner
|
4d401a7cc5
|
Fix if for non-boolean arguments
fixes #8072
|
2014-12-11 21:31:30 +01:00 |
Gunnar Beutner
|
a9e2bc4b40
|
Implement a way to call methods on objects
fixes #8071
|
2014-12-11 21:12:34 +01:00 |