Home > Archive > Compilers > March 2005 > Is it possible to make a Pascal compiler for Flash player?
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
| Author |
Is it possible to make a Pascal compiler for Flash player?
|
|
| yaohua2000@gmail.com 2005-02-28, 3:59 am |
| Hi,
I've read the specification for SWF file version 7 from Macromedia,
and thinking about if it possible to write a compiler, with an IDE
both running in Web client? Since JavaScript's poor performance, it is
almost impossible to write such a practical stuff in pure HTML with
JavaScript, but SWF has its internal "intrument set" just like a
simplified version of Java bytecode, you can do many simple
mathematical and logical operations with it, and you can also make a
great IDE with its powerful graphical user interface support with
ease.
Regards,
| |
| Djamé Seddah 2005-03-01, 3:58 am |
| yaohua2000@gmail.com a écrit :
> I've read the specification for SWF file version 7 from Macromedia,
> and thinking about if it possible to write a compiler, with an IDE
> both running in Web client?
have a look to :
http://freshmeat.net/search/?q=swf&...s&Go.x=0&Go.y=0
| |
| iongion 2005-03-25, 3:59 am |
| Yes, it surly is possible, I am struggeling to do it in php :D,
imagine ... a compiler ... server side, in php, that can parse
delphi(pascal) like code and output swf bytecode :)
Sounds super!
Djamé Seddah wrote:
> yaohua2000@gmail.com a écrit :
>
> have a look to :
>
> http://freshmeat.net/search/?q=swf&...s&Go.x=0&Go.y=0
|
|
|
|
|