summaryrefslogtreecommitdiffstats
path: root/modules/gdscript/gdscript_tokenizer.cpp
Commit message (Expand)AuthorAgeFilesLines
* Fix copyright headers referring to GodotSpartan3222024-10-271-2/+2
* Rebrand preambles to RedotSpartan3222024-10-131-0/+2
* GDScript: Restore support for `Token::UNDERSCORE` in identifiersHolonProduction2024-07-151-1/+3
* GDScript: Fix continuation lines in `GDScriptTokenizerBuffer`Danil Alexeev2024-04-101-1/+2
* GDScript: Enable compression on exportGeorge Marques2024-02-081-1/+1
* GDScript: Reintroduce binary tokenization on exportGeorge Marques2024-02-081-32/+35
* [GDScript] Prevent running `String` number functions on invalid literalA Thousand Ships2024-02-041-0/+14
* GDScript: Implement pattern guards for match statementGeorge Marques2023-09-271-0/+4
* Merge pull request #81881 from lotuspar/patch-1Rémi Verschelde2023-09-201-1/+1
|\
| * Rewrite a bit of comment in tokenizer codeGio2023-09-191-1/+1
* | GDScript: Add raw string literals (r-strings)Danil Alexeev2023-09-111-123/+155
|/
* GDScript: Allow mixed indentation on blank linesDanil Alexeev2023-08-171-9/+9
* Merge pull request #73226 from AThousandShips/gdscript_tok_improvementYuri Sizov2023-07-311-13/+19
|\
| * Improvements to GDScript identifier tokenizationNinni Pipping2023-04-261-13/+19
* | Merge pull request #72824 from dalexeev/gds-invalid-char-errorRémi Verschelde2023-06-191-2/+2
|\ \
| * | GDScript: Fix invalid character error messageDanil Alexeev2023-02-071-2/+2
* | | Merge pull request #73363 from dalexeev/gds-fix-min-int-not-representableRémi Verschelde2023-06-181-0/+31
|\ \ \
| * | | GDScript: Fix `MIN_INT` not representable as numeric literalDanil Alexeev2023-02-151-0/+31
* | | | Merge pull request #75944 from akien-mga/style-modules-includesRémi Verschelde2023-06-151-3/+4
|\ \ \ \
| * | | | Style: Harmonize header includes in modulesRémi Verschelde2023-06-151-3/+4
| | |_|/ | |/| |
* / | | GDScript: Fix repeated `_` are allowed after decimal pointDanil Alexeev2023-06-141-4/+35
|/ / /
* / / Fix for mixed tabs and spaces in gdscriptMistMage2023-04-201-1/+1
|/ /
* / GDScript: Be more lenient with identifiersGeorge Marques2023-02-091-3/+14
|/
* Add support for Unicode identifiers in GDScriptGeorge Marques2023-01-211-12/+50
* Fix parse error using Vector{2,3,4}.INFAdam Scott2023-01-081-0/+1
* One Copyright Update to rule them allRémi Verschelde2023-01-051-29/+29
* Fix MSVC warnings, rename shadowed variables, fix uninitialized values, chang...bruvzg2022-10-071-9/+9
* Implement exponential operator (**) to GDScript/ExpressionsYuri Roubinsky2022-05-111-0/+10
* improve OS.get_name classref, misc/scripts fixes, remove trailing quoteNathan Franke2022-04-221-1/+1
* Cleanup and move char functions to the `char_utils.h` header.bruvzg2022-02-041-33/+17
* Add support for the escaped UTF-16 and UTF-32 Unicode characters in the scrip...bruvzg2022-01-301-3/+63
* Update copyright statements to 2022Rémi Verschelde2022-01-031-2/+2
* [GDScript] Check string literals for Unicode direction control characters.bruvzg2021-11-111-0/+9
* Improve GDScript indentation error messageMax Hilbrunner2021-10-281-1/+8
* Reorganise text editor settingsPaulb232021-08-161-1/+1
* Merge pull request #46714 from HaSa1002/fix-gdscript-underscore-strictRémi Verschelde2021-05-061-0/+4
|\
| * Fix GDScript Tokenizer being very strict about the number of underscoresJohannes2021-03-061-0/+4
* | GDScript: Add lambda syntax parsingGeorge Marques2021-04-281-0/+10
* | Fix missing quote in multiline GDScript stringAlex Hirsch2021-03-191-0/+3
* | Fixes small typos and grammar correctionAnshul7sp12021-03-121-1/+1
|/
* Update copyright statements to 2021Rémi Verschelde2021-01-011-2/+2
* Rename empty() to is_empty()Marcel Admiraal2020-12-281-3/+3
* Documentation generation for GDScriptThakee Nathees2020-11-291-2/+18
* Reorganized core/ directory, it was too fatty alreadyreduz2020-11-071-1/+1
* Fix typos with codespellRémi Verschelde2020-09-181-1/+1
* [Complex Test Layouts] Change `String` to use UTF-32 encoding on all platforms.bruvzg2020-09-031-23/+23
* Change GDScript compiler to use codegen abstractionGeorge Marques2020-09-011-1/+1
* GDScript: Check for missing exponent when parsing numbersGeorge Marques2020-09-011-0/+32
* GDScript: Allow keywords to be used in $ notationGeorge Marques2020-08-191-0/+46
* GDScript: Allow "match" to be used as an identifierGeorge Marques2020-08-171-0/+12