Post Reply 
C translator for calculator project
05-06-2019, 02:19 PM
Post: #4
RE: C translator for calculator project
https://github.com/SilverScar/C-Language-Parser

First you will have to create a yacc/lexx clone.

https://clang.llvm.org/get_started.html

Parsing is not for the faint of heart. I created a c-expression parser on the Amiga for a programming "language" for an image processing program. Even just the expression parser was a major task.

An interpreter is much easier.

K and R have a grammar.
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
RE: C translator for calculator project - KeithB - 05-06-2019 02:19 PM



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