virtualx-engine/modules/gdscript/tests/scripts/parser
George Marques b4d0a09f15
GDScript: Reintroduce binary tokenization on export
This adds back a function available in 3.x: exporting the GDScript
files in a binary form by converting the tokens recognized by the
tokenizer into a data format.

It is enabled by default on export but can be manually disabled. The
format helps with loading times since, the tokens are easily
reconstructed, and with hiding the source code, since recovering it
would require a specialized tool. Code comments are not stored in this
format.

The `--test` command can also include a `--use-binary-tokens` flag
which will run the GDScript tests with the binary format instead of the
regular source code by converting them in-memory before the test runs.
2024-02-08 11:20:05 -03:00
..
errors GDScript: Reintroduce binary tokenization on export 2024-02-08 11:20:05 -03:00
features GDScript: Reintroduce binary tokenization on export 2024-02-08 11:20:05 -03:00
warnings GDScript: Reorganize and unify warnings 2023-04-28 18:25:11 +03:00
.editorconfig GDScript: Allow mixed indentation on blank lines 2023-08-17 10:54:43 +03:00