Skip to content

LFAC. Year 2. Semester 1. An unexpected programming language that melts your brain.

Notifications You must be signed in to change notification settings

valentin-stamate/lava-lfac-project

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

95 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

LaVa

This programming langunage supports

  • Predefined data types: Bool, Char, Integer, Float, String
  • Array Types
  • Accessing array at index
  • Expressions
  • String operations
  • Variables/Functions cannot be redeclared
  • Const variables that cannot be changed after declaration
  • Function call signature must match
  • print exp
  • Eval(exp) function that taken an Integer expression

To get a better idea, look into input file.

How to run

In your linux enviroment run make all.

Deadline 11.01.2021

About

LFAC. Year 2. Semester 1. An unexpected programming language that melts your brain.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published