ceevlang/src_old
Ruben Dahl fe9589cc82 Started cleanup of code
Restarting work on this, going to do some refactoring on the project
first.
2023-07-30 19:22:43 +02:00
..
README.md Started cleanup of code 2023-07-30 19:22:43 +02:00
colors.cc Started cleanup of code 2023-07-30 19:22:43 +02:00
colors.h Started cleanup of code 2023-07-30 19:22:43 +02:00
lang.cc Started cleanup of code 2023-07-30 19:22:43 +02:00
lang.h Started cleanup of code 2023-07-30 19:22:43 +02:00

README.md

CeeVLang Documentation

Includes

#include "colors.h"
#include <deque>
#include <filesystem>
#include <fstream>
#include <iostream>
#include <map>
#include <sstream>
#include <string>

Functions

int read_file(std::deque<std::string> args);
  • Param: std::deque<std::string> args - The arguments from main() in ceev.cc, with used values stripped out.

  • Returns: int exit_code

  • Reads the file and outputs it. Currently a work in progress.