Skip to content

JoMedeiros/capivara-project

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

42 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

The capivara language intepreter

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages