MiyoCalc40
|
11-07-2023, 01:18 PM
Post: #2
|
|||
|
|||
RE: MiyoCalc40
Hi,
As promised in my previous post, here are some design documents around the RPN programming language I'd like to implement. Any constructive feedback is most welcome. Briefly, design principles include simplicity: 'no gotos', and 'no subprocedure calls'. I also wanted to stay as close as possible to pure keystroke programming, so 'source code' will be stored purely as an array of keycodes, not as a text file, which will make 'compiling / interpreting' the code very straightforward. https://github.com/JonathanFerron/MiyoCa...Syntax.pdf https://github.com/JonathanFerron/MiyoCa...ycodes.pdf https://github.com/JonathanFerron/MiyoCa...Series.pdf https://github.com/JonathanFerron/MiyoCa...re/cards.h Much appreciated, Jonathan |
|||
« Next Oldest | Next Newest »
|
Messages In This Thread |
MiyoCalc40 - nouilli - 10-31-2023, 04:04 PM
RE: MiyoCalc40 - nouilli - 11-07-2023 01:18 PM
|
User(s) browsing this thread: 1 Guest(s)