Skip to content

Latest commit

 

History

History
12 lines (10 loc) · 661 Bytes

README.md

File metadata and controls

12 lines (10 loc) · 661 Bytes

TP-POO-MIni-interpreteur

This a code source for a mini interpreter that work with two instructions (let/print) ,with a nice interface made using javaFx and CSS.

this is the BNF for the interpreter: ::="print" |"let" "=" ::=[ "-" ] [ [ "+" | "-" ] ]... ::= [ [ "*" | "/" ] ]... ::= [ "^" ]... ::= | | "(" ")"| "(" ")" ::= { | } ::= {}