Skip to content

Compiler for a scripting language developed for the subject of Theoretical Foundations of Computing

Notifications You must be signed in to change notification settings

Host32/Compilador-Java-NPD

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

NPD - Nome Pra Depois

Se trata de um compilador para uma simples linguagem de script desenvolvida para a disciplina de Fundamentos Teóricos da Computação por alunos da UNIPAC de Conselheiro Lafaiete

Recursos da linguagem

Leitura de valores do teclado

inicio
  leia(A);
fim

Escrita no console

inicio
  leia(A);
  escreva("Você digitou: ", A);
fim

Atribuições de variáveis e operações matemáticas

inicio
    leia(A);
    B:= A;
    escreva(B+2);
fim

Comentários

inicio
    leia( A, B, C ); --comentario
    D := A;
    E := B - C + B;
    F := B + C;
    escreva( D, E, F, 2+2-2-2, 4+5+6 );
fim

Contribuidores

  • Ana Caroline Ferreira
  • Ivan Miranda
  • Lucas Fernandes Marques

About

Compiler for a scripting language developed for the subject of Theoretical Foundations of Computing

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages