summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #284 from uniontech-lilinjie/masterHEADmasterDavid Beazley2023-04-192-4/+4
|\ | | | | fix typo
| * fix typolilinjie2023-04-192-4/+4
|/ | | | Signed-off-by: lilinjie <lilinjie@uniontech.com>
* Merge pull request #275 from yeyon/masterDavid Beazley2022-11-281-2/+2
|\ | | | | docs: fix couple of typos
| * docs: fix couple of typosEduardo GarcĂ­a Maleta2022-11-281-2/+2
|/
* Merge pull request #264 from BadSugar/masterDavid Beazley2022-11-261-38/+58
|\ | | | | docs: formatting
| * docs: formattingBadSugar2022-02-081-38/+58
| |
* | Merge pull request #243 from lolbot-iichan/gardensnakeDavid Beazley2022-11-262-0/+778
|\ \ | | | | | | GardenSnake sample ported to Python 3
| * | GARDENSNAKE: Update changelog headerlb_ii2020-07-121-0/+4
| | |
| * | GARDENSNAKE: Fix whitespace errorslb_ii2020-07-121-2/+2
| | |
| * | GARDENSNAKE: Use Python 3 compile functionlb_ii2020-07-121-12/+6
| | |
| * | GARDENSNAKE: Fix ast - defs & calls of functionslb_ii2020-07-121-2/+2
| | |
| * | GARDENSNAKE: Fix ast - load & assignment of variableslb_ii2020-07-121-7/+10
| | |
| * | GARDENSNAKE: Fix ast - binary & unary operatorslb_ii2020-07-121-23/+13
| | |
| * | GARDENSNAKE: Fix ast - string & decimal constantslb_ii2020-07-121-3/+10
| | |
| * | GARDENSNAKE: Fix ast - various statementslb_ii2020-07-121-6/+6
| | |
| * | GARDENSNAKE: Use modern lexlb_ii2020-07-121-3/+3
| | | | | | | | | | | | Modern lex fixup
| * | GARDENSNAKE: Fix various Python 3 issueslb_ii2020-07-121-8/+3
| | |
| * | GARDENSNAKE: Run 2to3 on GardenSnake.pylb_ii2020-07-121-10/+13
| | |
| * | GARDENSNAKE: Restore original GardenSnake example by Andrew Dalkelb_ii2020-07-122-0/+782
| | |
* | | Fix typoDavid Beazley2022-11-261-4/+4
| | |
* | | Bit more cleanupDavid Beazley2022-10-2712-29/+2
| | |
* | | Reorganization. Added makefileDavid Beazley2022-10-2793-417/+95
| | |
* | | Added retirement noticeDavid Beazley2022-10-111-0/+8
| |/ |/|
* | Fix linkDavid Beazley2022-01-081-1/+1
| |
* | Fix linkDavid Beazley2022-01-081-2/+2
| |
* | cleanup/project reorganizationDavid Beazley2022-01-0819-4337/+3419
| |
* | Merge pull request #262 from hugovk/assert_-to-assertTrueDavid Beazley2021-12-302-74/+74
|\ \ | |/ |/| Replace removed assert_ with assertTrue
| * Replace removed assert_ with assertTrueHugo van Kemenade2021-12-302-74/+74
|/
* Merge pull request #238 from paulsmith/patch-1David Beazley2020-06-181-2/+2
|\ | | | | docs: minor update for Python3
| * docs: minor update for Python3Paul Smith2020-06-181-2/+2
|/ | | raw_input was renamed to input for Python3.
* typosDavid Beazley2020-04-151-2/+2
|
* Fix typosDavid Beazley2020-04-151-3/+3
|
* Added -OO noteDavid Beazley2020-04-142-0/+23
|
* Minor formatting editDavid Beazley2020-02-231-3/+3
|
* Doc links addedDavid Beazley2020-02-221-1/+13
|
* Massive refactoring/cleanupDavid Beazley2020-02-2270-8657/+4157
|
* initial year-end cleanup.David Beazley2020-01-0111-59/+79
|
* Merge pull request #158 from hugovk/patch-1David Beazley2019-11-241-111/+116
|\ | | | | README: Remove code formatting to make links clickable, add Python formatting to code
| * Merge branch 'master' into patch-1Hugo2019-02-2320-152/+248
| |\
| * | Remove code formatting to make links clickable, add Python formatting to codeHugo2018-03-081-111/+116
| | |
* | | CleanupDavid Beazley2019-11-243-19/+6
| | |
* | | Merge pull request #219 from timgates42/bugfix/typo_diagnosticDavid Beazley2019-11-081-1/+1
|\ \ \ | |_|/ |/| | Fix simple typo: Diagonistic -> Diagnostic
| * | Fix simple typo: Diagonistic -> DiagnosticTim Gates2019-11-081-1/+1
|/ /
* | Updated CHANGESDavid Beazley2019-01-191-0/+6
| |
* | Merge pull request #197 from rreilink/masterDavid Beazley2019-01-193-4/+73
|\ \ | | | | | | Fixes issues #195, 196
| * | Fixes issue #196, including test caseRob Reilink2018-12-313-2/+34
| | | | | | | | | | | | Additionally, the reading of the #included file is put into a separate method, to allow for easier customization of the behaviour, e.g. to limit the path from which files may be included
| * | Fixes issue #195, including test caseRob Reilink2018-12-312-2/+39
|/ / | | | | Additionally, cpp.Preprocessor.evalexpr is split into three methods: evalexpr, evalexpr_expanded, evalexpr_string, to allow for easier customization of the behaviour by overriding any of these stages in a derived class, maintaining the code of the others
* | Minor typo fixesDavid Beazley2018-12-283-7/+7
| |
* | Added setup.mdDavid Beazley2018-12-222-3/+45
| |
* | Remove mention of setup.pyDavid Beazley2018-12-221-2/+0
| |