Skip to content

Mazdaywik/refal2-msu-iterpreter

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Refal2 Logo

Build Status

Supported Platforms

MS Windows, Mac OS X, Linux

Other UNIX-like operating systems may work too out of the box.

Building Refal2

  • Download and install last version of CMake
  • Clone this repository
  • In the root folder of it create project for your IDE:
# Create `build` folder
mkdir build; cd build

# You can use all cmake generators available on your platform
# For example, next command creates solution for `Microsoft Visual Studio 2010`
cmake -G "Visual Studio 10 2010" ../
  • Create executable file with your IDE (Release mode highly recommended)

Using

Just run executable file refal2:

# Refal2 without parameters accepts source code on stdin
./refal2

# Learn more about available command line options
./refal2 --help

Reporting Bugs

Please report unacceptable behavior to refal2@yandex.ru.

About

Refal2 interpreter

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 99.8%
  • CMake 0.2%