Skip to content

ESOedX/portugol

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

95 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

About

This is an interpreter for Portugol.

It is designed as a superset of the language supported by the VisuAlg tool.

Differences with VisuAlg

  • Support for vectors as subroutine parameters (always references)
  • Typing discipline
    • We should not allow to have real types and be able to do things like comparing booleans and strings.
  • Arithmetic expressions correctly interpreted For example, VisuAlg says : 5 / 6 \ 7 = 5 / 6 % 7 = 7 !

Web

A basic browser-interpreted version is available at.

http://ossanha.github.io/portugol/www/

Releases

No releases published

Packages

No packages published

Languages

  • HTML 42.6%
  • JavaScript 35.1%
  • OCaml 10.9%
  • CSS 10.8%
  • Other 0.6%