Skip to content

Latest commit

 

History

20 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Eva

An implementation of the Eva programming language, as part of the Essentials Of Interpretation course

Notes

'var' (declaration) vs 'set' (assignment)

variable declaration always happens in the same scope, we take the current scope and declare a mapping within it, wherein with the variable assignment, we lookup the variable in the current scope, parent scope, so on and so forth, and then

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages