![]() |
ArkScript
A small, fast, functional and scripting language for video games
|
#include <cstdio>
#include <iostream>
#include <optional>
#include <filesystem>
#include <limits>
#include <clipp.h>
#include <termcolor/termcolor.hpp>
#include <Ark/Ark.hpp>
#include <Ark/REPL/Repl.hpp>
#include <Ark/Profiling.hpp>
Go to the source code of this file.
Macros | |
#define | NOMINMAX |
Functions | |
int | main (int argc, char **argv) |
int main | ( | int | argc, |
char ** | argv | ||
) |
Definition at line 15 of file main.cpp.
References Ark::All, ARK_COMPILATION_OPTIONS, ARK_COMPILER, ARK_VERSION_MAJOR, ARK_VERSION_MINOR, ARK_VERSION_PATCH, Ark::Code, Ark::DefaultFeatures, Ark::BytecodeReader::display(), Ark::State::doFile(), Ark::State::doString(), Ark::FeatureRemoveUnusedVars, Ark::BytecodeReader::feed(), Ark::HeadersOnly, Ark::Repl::run(), Ark::VM::run(), Ark::State::setArgs(), Ark::State::setDebug(), Ark::internal::String, Ark::Symbols, and Ark::Values.