ArkScript
A small, lisp-inspired, functional scripting language
Formatter.hpp File Reference
#include <string>
#include <ranges>
#include <Ark/Compiler/AST/Parser.hpp>
Include dependency graph for Formatter.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  FormatterConfig
 
class  Formatter
 

Enumerations

enum class  CallKind { List , Dict , Switch , Nothing }
 

Variables

constexpr struct FormatterConfig FormatterConfig
 

Enumeration Type Documentation

◆ CallKind

enum class CallKind
strong
Enumerator
List 
Dict 
Switch 
Nothing 

Definition at line 15 of file Formatter.hpp.

Variable Documentation

◆ FormatterConfig

struct FormatterConfig FormatterConfig