Author Topic: New project(s) by me.  (Read 5292 times)

Cybermonkey

  • Administrator
  • *****
  • Posts: 0
New project(s) by me.
« on: March 12, 2013, 11:03:27 AM »
Hi community, I wanted to inform you about my actual projects which might be interesting for you.
First of all, I am working on a new Lua interpreter using fpGUI for GUI programming. So, no game programming is possible but applications with buttons, labels, menus etc. Don't expect a preview version before May. It will be available for Linux and Windows and will be freeware and not open source for Lua 5.2 only.
Chance of finishing project: 85%

The next thing I am working on is trying to understand how flex and bison/yacc works. I want to start with small examples for the Pascal port of flex and yacc (called plex and pyacc which ship with Freepascal). The goal is to port an existing BASIC interpreter (at least its grammar etc.) to Pascal. Maybe it might be possible to port Yabasic and later enhance it.
Chance of finishing project: 50%

Both project will lead to something bigger, I hope. A BASIC interpreter for all purposes  ;) especially with database and reporting features. But this is really in the far future.

Support and bugfixing of EGSL will of course continue.

EDIT: Well, the GUI Lua interpreter (still searching for a fancy name ...) is growing nice. Have a look at the screenshot, in the background you can see the code (Geany) which builds the forms and buttons. Now a lot of more widgets have to be included ... the work can start.
« Last Edit: March 12, 2013, 09:39:10 PM by Cybermonkey »

cvirus

  • Guest
Re: New project(s) by me.
« Reply #1 on: March 13, 2013, 08:36:23 PM »
Those  are good news, these days i have been busy with windows coding and it seems alote easy to code some fast guis.   ;D

lelldorin

  • Guest
Re: New project(s) by me.
« Reply #2 on: April 01, 2013, 07:21:35 PM »
Interesting Project, i hope it will be released for Haiku too?

Cybermonkey

  • Administrator
  • *****
  • Posts: 0
Re: New project(s) by me.
« Reply #3 on: April 02, 2013, 06:56:38 AM »
Interesting Project, i hope it will be released for Haiku too?
Unfortunately that's not possible. It will be for Windows and Linux only since there are no working GUI wrappers for Haiku and Freepascal. Apart from that I am using here fpGUI which does not support other platforms than Windows and Linux, yet.

Tomaaz

  • Guest
Re: New project(s) by me.
« Reply #4 on: May 13, 2013, 03:39:34 PM »
Any news about the new interpreter for GUI programming?

Cybermonkey

  • Administrator
  • *****
  • Posts: 0
Re: New project(s) by me.
« Reply #5 on: May 14, 2013, 02:11:28 PM »
Sorry, not yet. It's a rather huge project ...