Irmen de Jong

Results 81 comments of Irmen de Jong

I don't like the idea of writing my own PRINT routines, I much rather use a rom routine to put text and numbers on the screen. Is there a list...

@zbyti to streamline things in a way to get going, I really need at least parts of a questionnaire filled out for me. Here is the (new) porting guide I...

C128 target was added in 7.6 (but very incomplete still).

@FreddyOffenga @zbyti I'd really like to add atari XL support to prog8 but I don't have the time to comb through the materials myself right now. If you could kickstart...

master branch now has an ``atari`` target, it creates a .xex file but it doesn't run yet because the details need a lot of work still. Maybe you can have...

Ah I see. Well, no it doesn't - the target machine's configurations are hardcoded right now. It's not much work to add a new configuration though if you know what's...

Well prog8 is not C, so if you're looking for "a better C standard" you're looking in the wrong place.

That is great! I will mention this in the documentation I have been thinking about creating syntax highlighters for KDE Kate, Vim and Sublime Text but it is a lot...

Hm, can't get the sublime syntax to work yet... appreciate the effort though. Could be something on my end. I'm not familiar yet with syntax def files for it too.