Please comment it shortly. It's feasible to use var#get var#put instead of var'get var'put. var'get clashed with the comment syntax of pbasic. On the other...
... I have a small compiler (less then 500 lines of source +rtl ) that accept XML (flowchart), PBasic and syntax similar to Jal generating asm files as result....
hi Chris, this sounds very interesting, ... that's very small !! ... that's on my todo-list to put on top of JAL. I think it's a must for complex or large...
Hi Stef, i principally have tree differences to jal. 1) foo'bar -> ' is a comment on Pbasic 2) foo.bar -> . is a selector for structs and substripts and...
... Do you have any figures on the asm size generated by the Jal compiler compared to generated by your translator? Take a non-trivial program, for instance...
generally smaller (~20%). Comparsion with the hitech C compiler has given a adveraged overhead of 15-30% including strings and arrays. The compiler is...
... Well I really don't have the time for that, but there might be others on this list who are interested. Still I'ld like to see it, a general impression...
... That doesn't say too much. I've seen programs, standard compiled in JAL, reaching 5k of assembler. Now if I tell JAL it's not a 16F877 but a 16F628, code...
Hi. A while back I took the compiler source and added in support (it was not complicated) for the 10Fxxx series parts. I just found the source and the...
Hi Brian, Send me the patch (or sources). You can place them in jal_developers file area or send it to me directly ( japus13 {at} telefonica {dot} net ). ...
Hi. From my previous post, i have announced, that i have (alpha) a alternative jal compiler. Unfortunatly for my, the jal language itself has some intrigous ...
Thanks for the notice. I have it put to a other server , http://m8-i.net/bas/ . -- +++ GMX - Die erste Adresse für Mail, Message, More +++ 1 GB Mailbox...
... I have added a archive file with a binary. It output only a xml tree. Use. ./jab < LED2.bsc The backend is simple, constant expression elimination, dead...
... I'm afraid that you have to give us your source if you want a real discussion. ir EE van Andel eur@... www.fiwihex.nl Fiwihex B.V. Wierdensestraat...
Hi Eur, ... That's the problem with close sources ... I'm not interested in that. IMHO: This list are for *jal_developers* that maintain a GPL project, and ...
Hi developers I've made a collection of example files (list at the bottom) but I have ... I've updated "Changelog" as well and try to commit it. ... login...
... yes. ... Import doesn't work, add does. Add says that I must commit. Commit doesn't work. ... That works. Commit doesn't. ... But nowhere an example that I...
Hi Eur, ... This is the difference between *normal* users, that only get files from CVS, and developers that can upload changes to CVS. Developers uses SSH for...
Hi Eur, ... Based on sourceforge CVS documents you should add the directory folder first (only once, just to create it). $ cvs add examples examples/16_tst.jal...
Hi all CVS is a harsh mistress. I finally made it work. Here is the terminal log for anyone who wants a crack at it. OS is OS X 10.3.9, but any *nix should...
hi All, Having again an application, that has problems with the 2k-border, and not be able to make all the code 2k-safe (program becomes too large), I want to...
hi All, I just encountered the following problem I've a function "detect_US", which should return true when a valid US-echo is detected In the main program I...
Hi, I've added support to jal for cpp-like preprocessors (cpp, gpp, ...). This essentialy allows to write macros using #define (and correctly handle line...