Post Reply 
C translator for calculator project
05-06-2019, 05:18 AM (This post was last modified: 05-06-2019 05:30 AM by Dan.)
Post: #1
C translator for calculator project
I'm close to finishing my keystroke programming language for my calculator project, and am starting to think about implementing a high level language similar to C.

The idea is to type programs in C in an editor on the calculator, making the programs far more readable than keystroke spaghetti code. When exiting the editor the text file is used to translate the C program to the keystroke language. The program is then executed as usual.

I'm playing around with some ideas and have jotted down some code for the translator on paper - if anyone knows of any resources that may be of help please let me know.
Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
C translator for calculator project - Dan - 05-06-2019 05:18 AM



User(s) browsing this thread: 1 Guest(s)