Skip to content

Mini_interpreter with two commands (let/print) and one data type (double)

Notifications You must be signed in to change notification settings

CHENNI-Nidhaleddine/TP-POO-MIni-interpreteur

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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" "=" ::=[ "-" ] [ [ "+" | "-" ] ]... ::= [ [ "*" | "/" ] ]... ::= [ "^" ]... ::= | | "(" ")"| "(" ")" ::= { | } ::= {}

About

Mini_interpreter with two commands (let/print) and one data type (double)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published