259 Commits

Author SHA1 Message Date
sam-astro
a484bdc941
Clarify install requirements for linux 2023-03-05 13:15:51 -05:00
sam-astro
2292eb8abe Update version v2.1.3 2022-08-28 12:52:33 -04:00
sam-astro
f591e13089
Merge pull request #44 from sam-astro/dev
Add simple benchmark script
2022-08-28 12:44:38 -04:00
sam-astro
c8f51e0c94
Merge pull request #43 from Rexo35/patch-1
Add the "ZS.System.Command" function
2022-08-28 12:43:50 -04:00
sam-astro
d7c79c6601 Simplify and make work without warnings 2022-08-28 12:43:01 -04:00
sam-astro
66f1127c53 Add simple benchmark script 2022-08-28 12:27:25 -04:00
Rexo35
eda78e8c39
Update builtin.h 2022-08-23 22:11:15 +02:00
Rexo35
0af8f5fff7
Update builtin.h 2022-08-23 22:02:17 +02:00
Rexo35
adcbe1f232
Add the "ZS.System.Command" function
Add the "ZS.System.Command" function in order to run console commands. Something like pythons os.system() function.
2022-08-23 18:29:36 +02:00
sam-astro
926a8e60f7
Fix link 2022-06-15 18:04:17 -04:00
sam-astro
0d10a90e1b
Merge pull request #34 from sam-astro/dev
Dev
2022-06-08 16:11:41 -04:00
sam-astro
13715dae7a
Merge pull request #33 from bsikar/dev
updated dependencies on readmd (made it more readable)
2022-06-08 16:10:14 -04:00
Brighton Sikarskie
bfce93649c
updated dependencies on readmd 2022-06-08 11:45:20 -05:00
sam-astro
33f28b898d
Merge pull request #30 from susyboy23/patch-1
Percent functions
2022-06-02 22:07:01 -04:00
sam-astro
0a8b8f47d9
Fix formatting and curly brackets 2022-06-02 22:05:58 -04:00
ConchetumareDev
fff73e5f14
idk, maybe someone will use it :) 2022-06-01 20:18:22 -04:00
sam-astro
0d2e0faa56
Merge pull request #29 from sam-astro/dev
Probably final dev from me
2022-05-30 17:19:45 -04:00
sam-astro
d114cfe3fb
Update README.md 2022-05-30 10:40:17 -04:00
sam-astro
799b2d7d0b Add Z-Sharp to PATH in Windows 2022-05-29 16:31:40 -04:00
sam-astro
f7926c44ad I accidentally left debug things on 2022-05-29 15:19:27 -04:00
sam-astro
444fc24e1d Fix dumdum issue with singles ARGs - again... 2022-05-29 15:15:46 -04:00
sam-astro
2c565d533f
Update README.md v2.1.2 2022-05-27 20:30:04 -04:00
sam-astro
304093386a
Merge pull request #25 from sam-astro/dev
Features and bug fix v2.1.1-alpha
v2.1.1
2022-05-27 20:26:10 -04:00
sam-astro
68c5ef214f
Update README.md 2022-05-27 20:21:27 -04:00
sam-astro
a8ed99a7b4 Don't print escape sequences in logs, print raw 2022-05-27 20:14:07 -04:00
sam-astro
b25fee150a Update builtin.h 2022-05-27 20:00:15 -04:00
sam-astro
dc580c2257 Update builtin.h 2022-05-27 19:57:55 -04:00
sam-astro
c40d902cef Attempt to fix unix time get 2022-05-27 19:51:25 -04:00
sam-astro
582656be7b Update exit message 2022-05-27 19:43:39 -04:00
sam-astro
1188412769 Change version, fix wrong ball rotation, use circle sprite 2022-05-27 19:35:07 -04:00
sam-astro
d24044a242 Fix issues, add features
* Allow for odd spacing, (ex. tabs, no tabs, spaces, etc.)
* Rename from determinant to comparer
* Fix syntax
* Fix issues with single arg function calls, and `Print` and `Printl` functions now work
* Escape sequences now work as they should
2022-05-27 19:16:41 -04:00
sam-astro
49429461e8
Add more error checking 2022-05-27 08:40:19 -04:00
sam-astro
438f366ba4
add EXIT_WHEN_DONE = false 2022-05-27 08:24:56 -04:00
sam-astro
33805294d3
add EXIT_WHEN_DONE = false 2022-05-27 08:24:30 -04:00
sam-astro
5e89ac5884
Fix typos, add EXIT_WHEN_DONE variable, change formatting 2022-05-27 08:17:57 -04:00
sam-astro
89392bc34d
Update Main.cpp
Disable for comment checking, make `ZS.` check safer, allow more variables to be initialized outside of functions (global), let people set the global builtin variable of `EXIT_WHEN_DONE` to true or false, depending if they are a developer and want to leave the console window open after the program finishes.
2022-05-27 08:14:03 -04:00
sam-astro
bfc3c4d727 ^ 2022-05-26 21:02:08 -04:00
sam-astro
44b2e40e94 (broken) Allow for any amount of whitespace 2022-05-26 21:01:44 -04:00
sam-astro
f0321d9927
Update extra-include.zs 2022-05-26 10:49:10 -04:00
sam-astro
865c2761bb
Update Main.cpp 2022-05-26 08:36:45 -04:00
sam-astro
a4f7bdab2b
Remove useless lines during preprocessing 2022-05-26 08:16:38 -04:00
sam-astro
a1dcb55468 Antialiased text as an extra Text option, update platformer 2022-05-25 17:34:06 -04:00
sam-astro
70a2c8ce7e
Merge pull request #22 from Kaputchino/master
Add mathematical functions
2022-05-25 15:21:37 -04:00
sam-astro
b321a36b7d
Fix formatting, spelling 2022-05-25 15:20:17 -04:00
Kaputchino
7ce2d39b93
sort correctly the added functions 2022-05-25 19:02:29 +02:00
Kaputchino
7d7033cd61
add functions 2022-05-25 18:56:07 +02:00
sam-astro
ba92119cfe
Add DLL requirements for windows 2022-05-25 11:10:56 -04:00
sam-astro
1ad7019940
Allow for single args as bool ex. if 3 instead of if 3 == 3 2022-05-25 10:45:15 -04:00
sam-astro
e0966a7920
Update if and while
Make `if` and `while` more efficient, and allow using the `break` and `continue` keywords
2022-05-25 10:33:59 -04:00
sam-astro
63ba06713c
Update betweenChars function
To make more efficient and allow for strings with special characters as function arguments
2022-05-25 09:06:47 -04:00