Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - Soulthym

Pages: 1 [2]
16
Grammer / Re: Grammer Feature Requests
« on: April 27, 2013, 06:31:11 am »
No matter, maybe I'll be working on that during holydays^^(is it possible to have the grammer source in asm?)
Edit:Maybe it could be implemented in an alternative version of Grammer 3(like Grammer 3 precompiling version)

17
Grammer / Re: Grammer Feature Requests
« on: April 26, 2013, 01:06:43 pm »
   Sorry, I meant making a way to pre-interpret a part of the code (like loading a part of the code interpreted in a temporary programm).
   I think it would have to be done while lauching the programm.
   With ".Token" as your way to locate what I call the Label, the structure may look like that:

Code: [Select]
.0:"name"
;Your code
.Token ;It has to compile from the beginnig and until it reaches this point.
;another code
.Token ;It has to compile from the last token and until it reaches this point.
[...]
; End of the code.

I think this would improve the speed (comparing to interpreting) of the programms and use less of memory than compiling.

    Sorry for my English, I'm a French student  :-[

18
Grammer / Re: Grammer Feature Requests
« on: April 26, 2013, 02:04:04 am »
Why not making a compiler that compiles only a part of the code from a label in the source to another. I believe it'd be awesome and maybe faster!

Pages: 1 [2]