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
Primitive types:
int x;
float y;
boolean z;
- int : integer number
- flaot : floating number
- boolean : True or False
- 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.
| Josivan Medeiros | Jhonattan Cabral | Daniel Marx |