Paul Sokolovsky
|
17f324b836
|
py/frozenmod: Store frozen module names together, to quickly scan them.
|
9 years ago |
Paul Sokolovsky
|
0992588811
|
py/frozenmod: Make frozen module content be 0-terminated.
To allow simple zero-terminated lexers.
|
9 years ago |
Paul Sokolovsky
|
6ab8b63bdd
|
tools/make-frozen.py: Use Python2-compatible shebang.
|
9 years ago |
Paul Sokolovsky
|
de575c80b9
|
tools/make-frozen.py: Actually make Python2-compatible.
|
9 years ago |
Paul Sokolovsky
|
3a2e9f20f6
|
tools/make-frozen.py: Add Python2 compatibility.
|
9 years ago |
Paul Sokolovsky
|
f8a39e3bb1
|
tools/make-frozen.py: Handle trailing slash in argument more reliably.
|
10 years ago |
Paul Sokolovsky
|
c02dc8b2c9
|
tools/make-frozen.py: Open files in binary mode.
|
10 years ago |
Paul Sokolovsky
|
a8e7c03171
|
tools/make-frozen.py: Preserve directory hierarchy.
Currently, frozen packages are not supported, but eventually they should be,
so make sure to store complete directory hierarchy.
|
10 years ago |
Paul Sokolovsky
|
640e0b221e
|
py: Implement very simple frozen modules support.
Only modules (not packages) supported now. Source modules can be converted
to frozen module structures using tools/make-frozen.py script.
|
10 years ago |