0
0
Commit Graph

210 Commits

Author SHA1 Message Date
d8f6f1806a Update README.md 2024-05-25 21:25:20 +02:00
eecee4daee
Update LICENSE 2024-05-20 17:48:42 +02:00
cbdacdccfa 🐛 fix missing font on run button 2023-01-13 21:31:03 +01:00
082899d052 🚸 custom juicescript syntax highlighting 2023-01-13 21:26:49 +01:00
27aa2990cb 🐛 fix line numbering on empty code 2023-01-13 21:24:46 +01:00
45f9b05171 on-demand light-mode 2023-01-13 21:22:05 +01:00
3d2bbd0c0c
📝 improve new project description 2022-11-11 22:07:20 +01:00
e8563e8584
📝 update project description 2022-11-11 22:06:17 +01:00
a611b35b81
📝 improve code example syntax highlighting 2022-11-02 12:08:41 +01:00
d8ddfe95e8 fizzbuzz test 2022-11-01 18:19:51 +01:00
cf28f10abc 📝 clarify log level of debug command 2022-10-05 21:13:05 +02:00
1df9a27d07 📝 new command deb 2022-10-05 21:11:19 +02:00
8168b66e72 📝 parser constants 2022-10-05 21:10:07 +02:00
23505492d4 📝 new command neg 2022-10-05 21:06:18 +02:00
78ab4548da 📝 remove todo 2022-10-05 21:03:21 +02:00
db5b505ab1 📝 add wildcard global 2022-10-05 21:01:08 +02:00
f32d5d7756 📝 clarify: global is read-write 2022-10-05 21:00:36 +02:00
e11fea8f3a 🐛 fix overflow of editor and console 2022-10-05 20:48:45 +02:00
26c861e984 rule 110 implementation by thetek
Co-Authored-By: thetek42 <git@thetek.de>
2022-10-05 20:27:07 +02:00
32b5b10046 📱 mobile: scroll page, not container 2022-10-05 19:46:47 +02:00
14b27f6455 Merge branch 'main' of https://github.com/drmaxnix/juice-script into main 2022-10-05 19:46:25 +02:00
b767b7519e 📱 mobile: scroll page, not container 2022-10-05 19:46:01 +02:00
1353887228 📱 mobile: scroll page, not container 2022-10-05 19:44:40 +02:00
2463d8ff51 📱 add viewport 2022-10-05 19:32:50 +02:00
928410382f 🚸 auto-run on page load 2022-10-05 19:31:46 +02:00
a94289ef69 🚸 placeholder code 2022-10-05 19:31:37 +02:00
7a52d8c8cd 📱 min-height on mobile 2022-10-05 19:31:19 +02:00
91090d479c 🙈 remove gitignore 2022-10-05 19:20:20 +02:00
2e2b801ce3 🎉 web editor 2022-10-05 19:18:32 +02:00
219bb6356f 📝 make code use TABS 2022-10-05 18:45:41 +02:00
782c98ca46 📝 remove cst to constant 2022-10-02 19:54:22 +02:00
4d5553d927 🎉 cst command 2022-10-02 18:00:40 +02:00
239c494f5d 🐛 adapt to changed enum name Juicescript.data_type 2022-10-02 17:48:32 +02:00
0623e92d49 🚸 add some more data type validation 2022-10-02 17:46:26 +02:00
dc5006cdb3 💡 fix comment for NUM and STR data type enums 2022-10-02 17:40:58 +02:00
5054f1b51f add find() helper to enums (find enum by name) 2022-10-02 17:40:02 +02:00
12104f6d65 🐛 add missing this. to error_argument() calls 2022-10-02 17:23:36 +02:00
f02344c745 📝 add missing adlias cst to command "get number $1 as string" 2022-10-02 17:19:42 +02:00
94fe0f155f 🎉 mod command 2022-10-02 17:18:08 +02:00
a8022312dd 🚸 improve data type validation 2022-10-02 17:11:03 +02:00
860a58bbc2 🎉 div command 2022-10-02 17:06:34 +02:00
00376c0eb1 🎉 mul command 2022-10-02 16:30:28 +02:00
14443943da 🎉 halt command 2022-10-02 16:19:46 +02:00
f457c83553 🎉 exit command 2022-10-02 16:19:36 +02:00
ddc51b06ce add alias stop for command halt 2022-10-02 16:19:05 +02:00
e49d679740 🚸 validate data types 2022-10-02 16:11:22 +02:00
30e3c5d63c new command sub 2022-10-02 16:11:05 +02:00
06140e3f3f ✏️ fix casing of Juicescript.data_type.BOOL 2022-10-02 16:10:48 +02:00
b21383afcd ♻️ simplify data type checks 2022-10-02 16:10:10 +02:00
72454d3538 code to enter and return from scope 2022-10-02 15:46:04 +02:00