will use FLex or Lex for the lexical part of the task and Yacc or Bison for writing a parser for a simple language -- 2

Job ID: 35091565

Budget: $10 – $30 USD

The language defines a simple calculator the uses the stack evaluation model to compute expressions. For example, to evaluate the expression 5+7 and print the result, we write the statements
push 7 push 5 add print
Related categories: C Programming Interpreter