Maxwell max
max merged pull request ground/ground#13 2025-09-01 08:32:09 +10:00
Update docs/highlight.py
max pushed to master at DiamondNether90/ground_fork 2025-09-01 08:31:48 +10:00
38681f72d7 Merge branch 'master' into master
074b473bb1 Merge pull request 'Add Python Highlighting Script' (#12) from DiamondNether90/ground_fork:master into master
Compare 2 commits »
max pushed to master at ground/ground 2025-08-31 21:05:05 +10:00
074b473bb1 Merge pull request 'Add Python Highlighting Script' (#12) from DiamondNether90/ground_fork:master into master
a3b9cd2519 Add docs/highlight.py
Compare 2 commits »
max merged pull request ground/ground#12 2025-08-31 21:05:03 +10:00
Add Python Highlighting Script
max commented on pull request ground/ground#12 2025-08-31 21:04:50 +10:00
Add Python Highlighting Script

Would be cool if it was written in Ground, but I like it. Merging in a moment

max commented on issue ground/ground#11 2025-08-31 18:18:09 +10:00
Change the color of text output

Different terminals do colour differently, so this would be tricky to implement. however most support escape codes for colour changing, so when I add escape code support this will be implemented.…

max closed issue ground/ground#11 2025-08-31 18:18:09 +10:00
Change the color of text output
max pushed to master at ground/ground 2025-08-31 15:04:32 +10:00
76205a613d Rewrite label system
max pushed to master at ground/ground 2025-08-30 16:28:32 +10:00
7961195018 Little thing to catch rouge functions
max pushed to master at ground/ground 2025-08-30 14:20:38 +10:00
e73e5a7ebc Fix a couple small things
max pushed to master at ground/ground 2025-08-30 13:40:06 +10:00
06ed44a010 Fix calling functions inside functions
max pushed to master at ground/ground 2025-08-30 13:05:37 +10:00
d8cc3ff9e0 Functions can return lists
max pushed to master at ground/ground 2025-08-30 12:28:13 +10:00
f32f76450a Lists are now stored in the variables map
max pushed to master at ground/ground 2025-08-30 11:12:58 +10:00
cea66aa583 Only import libraries once
max pushed to master at ground/ground 2025-08-30 10:50:22 +10:00
8d80416c5c Exists for lists and lines
max pushed to master at ground/ground 2025-08-30 10:41:17 +10:00
0eb5670dfd Add exists instruction
max pushed to master at ground/ground 2025-08-30 10:24:37 +10:00
8247ba36e4 gettype instruction
max pushed to master at ground/ground 2025-08-30 10:06:36 +10:00
76e36b7ca3 Add a prefix for imported libraries
max closed issue ground/ground#8 2025-08-28 11:58:32 +10:00
Add Hungarian Notation to Ground Best Practices
max commented on issue ground/ground#8 2025-08-28 11:58:32 +10:00
Add Hungarian Notation to Ground Best Practices

Closing this issue because it's not something I think is worthwhile