C++ Arendelle 2XIV Engine
Sitron is a REPL Arendelle 2XIV Engine based on C++.
To build the code you need to have g++
and also few libraries mentioned in Libraries section.
Running Makefile
by make
command will build the code and you will have an arendelle
binary file.
Everytime you run arendelle
, the main.cpp
will be the arendelle starting point. And from there you can trace the program work flow.
Here is a brief description for folders and few files:
Lexer/ :
tokens.l
.Parser/ :
parser.y
.parser.y
.Nodes/: The directory where our ATS nodes codes are.
Objects/: The directory where actual Arendelle codes are.
Renderer/: The directory where Rendering codes are.
DO WHAT THE HELL YOU WANT TO PUBLIC LICENSE
Version 2, December 2004
Copyright (C) 2015 Sina Bakhtiari <s@arendelle.org>
Everyone is permitted to copy and distribute Sitron or modified
copies of this license document, and changing it is allowed as long
as the name is changed.
DO WHAT THE HELL YOU WANT TO PUBLIC LICENSE
TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION
0. You just DO WHAT THE HELL YOU WANT TO.