Skip to content

Notação pré-fixa com ANTLR4. / Pre-fixed notation with ANTLR4

Notifications You must be signed in to change notification settings

elenildosantana/NotacaoPreFixaANTLR4

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Notação pré-fixa com ANTLR4

Converte uma expressão matemática simples no formato infixa para o formato pré-fixa, utilizando uma gramática do ANTLR4.
Exemplo:

1+1 => +11
(1+2)*3  => *+123
3*(1+2)  => *3+12




About

Notação pré-fixa com ANTLR4. / Pre-fixed notation with ANTLR4

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published