issues
search
ircmaxell
/
php-compiler
A compiler. For PHP
MIT License
794
stars
33
forks
source link
Build support for fixed-at-compile-time numeric arrays.
#36
Open
ircmaxell
opened
5 years ago
ircmaxell
commented
5 years ago
This is for cases when 3 things are known:
The size of the array is known at compile time
The array is always keyed numerically
The array never grows or shrinks in size
This is for cases when 3 things are known: