Aer/engine
Rafal Kupiec 55acf8111f
The build was successful. Details
Assume private visibility for all class members by default.
In most (all?) modern OOP languages class members visibility is assumed to be private and programmer has to consciously set it to public or protected. PHP has the different approach what can cause a security flaws in written scripts. AerScript will not follow this way, as it seems to be conceptually broken.
2019-05-17 08:40:41 +02:00
..
lib Remove this useless wrapper function. 2019-04-28 18:25:43 +02:00
api.c Make constant declarations local. 2019-05-04 13:45:32 +02:00
builtin.c Always use HTTPS when possible. 2019-05-15 20:02:39 +02:00
compiler.c Assume private visibility for all class members by default. 2019-05-17 08:40:41 +02:00
constant.c Remove static constant. 2019-05-06 11:42:19 +02:00
hashmap.c Always use HTTPS when possible. 2019-05-15 20:02:39 +02:00
lexer.c Always use HTTPS when possible. 2019-05-15 20:02:39 +02:00
memobj.c Reimplement 'parent' construct as variable $parent. 2019-05-08 08:26:48 +02:00
oop.c Copy all attributes from base classes and emit a warning if redeclared in subclass. 2019-05-17 06:52:29 +02:00
parser.c Always use HTTPS when possible. 2019-05-15 20:02:39 +02:00
vfs.c Always use HTTPS when possible. 2019-05-15 20:02:39 +02:00
vm.c Always use HTTPS when possible. 2019-05-15 20:02:39 +02:00