annotate_exprs          Parse and annotate expressions
assets                  Process assets in headers
basic_deparsers         A minimal list of deparsers for deparsing
                        JavaScript
bundle                  Bundle a list of files into a single JavaScript
                        file
combine_rules           Combine rules for fast transpilation
compile_active          Compile active file in 'RStudio'
compile_data            Compile a data file into a JavaScript file
compile_exprs           Compile R code into JavaScript code
compile_r               Compile an R file into a JavaScript file
convert_src             Convert an asset link into a 'shiny.tag' object
default_2_deparsers     A list of deparsers with additional features
default_deparsers       A list of default deparsers for deparsing
                        JavaScript
default_processors      A list of handlers for processing the '#!'/'#|'
                        header
deparse_Family          Deparsers (specialised)
deparse_js              Expression deparsing for JavaScript
deparse_js_ast          Deparse a compiled AST
dp                      Constructor function to combine low-level
                        deparsers
eng_sketch              A language engine for 'sketch'
flatten_filelist        Flatten a list of files and directories into a
                        list of files
get_dependencies        Extract the content of the 'load_script'
                        headers of a sketch R file
html_tags               HTML templates
insert_sketch           Insert a 'sketch' app into an R Markdown
                        document
is_Family               Predicate for symbols, i.e. symbols or
                        syntactic literals
is_call                 Predicate for calls
is_syntactic_literal    Predicate for syntactic literal
let-declare-const       Empty functions
license_info            License information
list-of-deparsers       Low-level lists of deparsers
load_Family             Header functions
local                   A helper function to enable debugger option
make_deparser           A constructor for a "typed" deparser
make_processor          Make a handle to process header
make_rule               Make a AST transformation rule
parse_expr              Parse R code
print.sketch_rule       Print function for 'sketch_rule' objects
r-to-js-rules           Mapping R operators into JavaScript operators
read_multilines         Read one or more lines from the console for the
                        first successful parse
rewrite                 Interface for AST rewriting
runShinyApp             Run 'Shiny' Application
safeguard               Perform pre-transpilation check
sketch-package          Interactive visualisation
source_active           Source active file in 'RStudio'
source_js               Serve a compiled 'sketch' JavaScript file
source_map              Convert a compiled AST into a source map
source_map_from_files   Create a source map (.map) file
source_map_table        Display the source map in a table
source_r                Source a 'sketch' R file
split_rules             Split rules for customisation
src                     Get the source link of a JavaScript library
test_sketch             Test a sketch application
to_json                 Convert a file into a JavaScript expression
verify_source_map       Verify a source map
websocket               Websocket for 'sketch' applications
