Skip to content

tothbalazs0920/expressionLanguage

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Expressions

This language is an extension of Expressions. This was an assignment for the course Programming language Concepts and Implementations at ITU.

If you want to run it, type for example:

Expression.exe exMod.txt compile Machine.exe a.out

Expressions is an educational tool for teaching lexers, parsers, and compilers used at the IT University of Copenhagen.

The core of the project was built by Peter Sestoft.

This includes automatic build targets for Coco/R.

The output is an Expressions.exe and a Machine.exe file in the Output folder.

Run either Expressions.exe or Machine.exe from the command line for more info.

The current version has full support for Visual Studio 2010, 2012, and Mono.

License

Forecalc is released under a BSD-style license:

Copyright Peter Sestoft, Rasmus Ejlers Møgelberg, and Rasmus Nielsen 2012.

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

About

A small compiled expression langauge written in C# and Coco/R

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages