Skip to content

Latest commit

 

History

History
9 lines (6 loc) · 507 Bytes

README.md

File metadata and controls

9 lines (6 loc) · 507 Bytes

Dependency Based Language

A language built upon the idea of dependency resolution.

To compile this, you will need both Flex and Bison. You may need to modify their locations in the Makefile.

What Makes this Special

With the edition of a := operator, this lanuage allows for more control of evaluation. This defines that the given expression will only evaluated when it is needed, not at the time of asignment.

For more information visit the website!