Skip to content

Latest commit

 

History

History
44 lines (30 loc) · 1.13 KB

README.md

File metadata and controls

44 lines (30 loc) · 1.13 KB

Description

Compiling and Running

To compile run command:

make.sh

Inside the directory language_examples there are code examples to test. To execute, for instance the program language_examples/example.cpv run the command:

./bin/main language_examples/example.cpv

Features

Variable Types

Primitive types:

int x;
float y;
boolean z;
  • int : integer number
  • flaot : floating number
  • boolean : True or False

Unsolved Issues:

  • In the case of the constants it should have a assigment along with the declaration. The user shouldn't declare a constant without assinging it a value.

Team

Josivan Medeiros Jhonattan Cabral Daniel Marx