sam-astro
687b9c6972
Fixed bug with Sprites, Created installer
...
Sprites would not center at initialization, instead only after changing a second time
Installer for adding Slang interpreter to 'Program Files' directory in Windows
2022-01-15 14:07:16 -05:00
sam-astro
3f6e04b751
Finished pong clone, added full text functionality, added icon, and completed v1.0.0 of Slang
2022-01-15 12:56:44 -05:00
sam-astro
ab015b0cef
aaaaaaaaaaaaaAAAAAAAAAAAAAAAAAAAAAGHGHGHGGHGHHGHGHGGHGHGHGHGHGHGHGHGHHG
2022-01-11 21:53:47 -05:00
sam-astro
59d0bd5c56
Almost done implementing simple graphics!! (hopefully)
2022-01-11 19:51:09 -05:00
sam-astro
036470a14e
Started working on rendering
2022-01-10 20:37:16 -05:00
sam-astro
41b90c3b4b
(slightly) working version. Includes to other files needs fixing, then it should work
2022-01-06 16:51:04 -05:00
sam-astro
9874d03b3f
Added many built-in functions and variables, also allowed for displaying graphics.
...
Graphics are currently *very* slow, and that is due to my underlying code. I will need to spend the next week or so just optimizing.
2022-01-02 15:33:17 -05:00
sam-astro
435d2a2270
Added strig differentiation, and am making cross-referencable functions that can be made in c++. Also made a "builtin.slg" file to load built-in functions and variables written in slang
2022-01-02 11:41:53 -05:00
sam-astro
ee8197a921
Created expression evaluator, and allow for comments and commenting out code
2022-01-01 17:02:48 -05:00
sam-astro
41d4b11ed1
Added function call functionality at one point, also worked on args and started on 'equation' functionaliy, allowing for multiple operations in the same line and parenthesis, like: int g = (y - 4) + ((x + b) / 4)
2021-12-25 17:04:25 -05:00
sam-astro
ce87bdbe81
Get real value of operated on items, just in case they are variables. Other stuff
2021-12-25 15:56:21 -05:00
sam-astro
95966cfc74
Add project files.
2021-12-24 22:28:46 -05:00