Author | Message |
Admin Site Admin (send private message) Posts: 933 Topics: 55 Location: OverHertz Studio | [49] - posted: 2011-05-30 20:44:04 making 1 last quick release for this month, releases will definatly slow down after this one, i will try to add more for each release, i just wanted to get some of the important stuff out of the way... 2011.05.30: Ziron Compiler 1.1.15.7 Code:
as you see this extends the control structures from just while loops to few others Code:
Download Ziron Get free hosting for Ziron related fan-sites and Ziron projects, contact me in private message. |
Admin Site Admin (send private message) Posts: 933 Topics: 55 Location: OverHertz Studio | [61] - posted: 2011-09-05 02:56:28 it has been a while since i last released an update, today i spend a little while fixing and updating a few things, here is a new release, unfortunately i have not received any bug reports, so it is difficult to fix what i do not know is broken. check the download page to download version 1.1.16.1 Code:
primarily i concentrated on the for construct, allowing some more advanced for usage, and dropped the requirement of the uses [reg] in class declarations, it will default to using ebx for this as the changelog states. small sample of current state of for construct Code:
enjoy, Download Ziron Get free hosting for Ziron related fan-sites and Ziron projects, contact me in private message. |
Admin Site Admin (send private message) Posts: 933 Topics: 55 Location: OverHertz Studio | [63] - posted: 2011-09-09 03:29:16 yet another release fixing and adding a few needed things Code:
a few things to note, single line block if statements can not contain macro calls (yet), e.g. if (eax == 0) return 1; is invalid because return is a macro... however i'm sure i will improve the handler at some point to make this possible. 1 other thing is that the if blocks using "or" and "and" you may have as many ors and ands as you wish however you need to place your or check statements before any "and"'s ... for example Code:
the above code will not work as expected, the or check statements needs to proceed any and's so... Code:
and now this will work as expected, for now it is pretty limited but useful, you can not compare multiple "or-and" statements and so on... anyways... download via the download page Download Ziron Get free hosting for Ziron related fan-sites and Ziron projects, contact me in private message. |
Admin Site Admin (send private message) Posts: 933 Topics: 55 Location: OverHertz Studio | [69] - posted: 2011-09-18 13:13:57 major bugfix release Code:
check downloads section. Download Ziron Get free hosting for Ziron related fan-sites and Ziron projects, contact me in private message. |
Admin Site Admin (send private message) Posts: 933 Topics: 55 Location: OverHertz Studio | [71] - posted: 2011-09-20 02:19:16 just another quick release before i head off to bed Code:
check out the downloads page to get the latest version Download Ziron Get free hosting for Ziron related fan-sites and Ziron projects, contact me in private message. |
Admin Site Admin (send private message) Posts: 933 Topics: 55 Location: OverHertz Studio | [72] - posted: 2011-09-26 15:43:32 This update concentrates more on fixing bugs and extending the macro engine, i have added a new macro print, it can be used with numbers and text, well anything i guess, i have added more samples too. string sample - creating/using strings. using classes - how to use a class. remote app - example showing opening another process. loadfs - how to use internal macro "loadfs". simple message server - a simple winsock hello world message server. using directives - how to use some of the directives. api window - creating a GUI window using the win api. Code:
check download page. Download Ziron Get free hosting for Ziron related fan-sites and Ziron projects, contact me in private message. |
Admin Site Admin (send private message) Posts: 933 Topics: 55 Location: OverHertz Studio | [75] - posted: 2011-10-09 21:21:26 Hello, This release I have been working hard on interfaces/classes and the macro system. I have improved how macro variables work and the way macro functions can be called and used. I have added interface which basically is similar to class only it does not contain it's own functions/procedures, see the directx9 include file for an example). I've also added 2 new samples, 1 is showing a new feature "enumeration", which allows you to define many consts under a new typedef basically... check the forum for an example. The second of course is a DirectX9 sample, creating the window, initializing directx and changing colour of the window in the gameloop. Else there is a few other fixes and so on. Code:
check the download section or the link in my signature Download Ziron Get free hosting for Ziron related fan-sites and Ziron projects, contact me in private message. |
Admin Site Admin (send private message) Posts: 933 Topics: 55 Location: OverHertz Studio | [77] - posted: 2011-10-14 18:38:11 Hello, This new release is something *special*, i have worked long and hard on implementing all FPU opcodes, it should contain all - if it is missing 1, let me know Code:
let me know Download Ziron Get free hosting for Ziron related fan-sites and Ziron projects, contact me in private message. |
Currently Active Users: There are currently 17 user(s) online. 0 member(s) and 17 guest(s) Most users ever online was 1046, January 28, 2022, 2:08 pm. Statistics: Threads: 225 | Posts: 1848 | Members: 51 | Active Members: 51 Welcome to our newest member, yecate |