whitespace: Whitespace compiler for R

Description Usage Examples

Description

Formats the code and creates a Deterministic Finite-State automaton (DFA) Parses the code Compiles and runs the code

Usage

1
2
3

Examples

1
2
3
4
compile(parse(dfa("   \t\t\t\t\t\t\n\t\n  \n\n\n")))
# Should print:
# Program output:  ?
# Program stop

ArtificialBreeze/whitespace documentation built on May 5, 2019, 8:12 a.m.