The following three files demonstrate how the front end works. These files are the original source file Maze.for, the pre-processed file Maze_pp.for, and the front end debug output TestProgram.out. These files are included here. First Maze.for the original Fortran source: C C MAZE – USES A VT100 TO WANDER AROUND. C […]
The Front-End (Part 1)
The front-end to my Fortran 2 C translator turned out a lot easier to create with BNFC than I was anticipating. I was expecting a lot more difficulties than actually happened. There are a few things I should mention as potential problems with BNFC that should be watched for. First, BNFC is supposedly designed for […]
Fortran Translator Progress
After typing up my intro page for my idea of a Fortran2C translator and reading some of the documentation I mentioned I was chomping at the bit to try it out to see how far I could get. Well I’ve had some progress already! Creating the front-end actually worked out easier than I was expecting. […]
Fortran 2 C Translator
I’ve had some success with a Basic 2 C translator in the past. In that project I used hand coded Flex and Bison but came at the project from a rather naive perspective. While the project worked and I produced working code from old Basic programs it bogged down when I tried to convert my […]
Cocos2d-x Programming
I’m fairly new to Cocos2d-x programming. This forced me spend some time pondering things that haven’t seemed quite as easy as I would have expected. Therefore, I thought I’d share what I’ve learned in a series of posts. There are also a number of very valuable posts in Chinese which I hope to bring to […]
Up and running…
Well apart from programming Android games … at the moment I find myself learning WordPress. I used to program in raw HTML/CSS but I decided that I should proceed out of the stone age and thus … here I am. Obviously nothing particularly useful at the moment but I plan to add a number of […]