NewLang Project
Yet another programm language
Loading...
Searching...
No Matches
macro.cpp File Reference
#include "lexer.h"
#include "builtin.h"
#include "macro.h"
#include "parser.h"
Include dependency graph for macro.cpp:

Go to the source code of this file.

Functions

std::string ReplaceAll (std::string str, const std::string &from, const std::string &to)
 

Function Documentation

◆ ReplaceAll()

std::string ReplaceAll ( std::string str,
const std::string & from,
const std::string & to )

Definition at line 1122 of file macro.cpp.

Referenced by newlang::Macro::ExpandString().