Copyright © 2016 Marc Worrell
Authors: Marc Worrell (marc@worrell.nl).
file_mtime/1 | Return the (universal) modification time of file, 0 on enoent. |
next_context_var/2 | Set the next "Context" variable name in cs for an enclosed block. |
next_vars_var/2 | Set the next "Vars" variable name in cs for an enclosed block. |
pos/1 | |
set_pos/2 | |
to_atom/1 | Convert a list or binary to an atom. |
unescape_string_literal/1 | Expand escape sequences like \n and \t in a string. |
var/1 | Generate an unique variable name. |
file_mtime(File::file:filename_all()) -> calendar:datetime() | 0
Return the (universal) modification time of file, 0 on enoent
next_context_var(Cs::#cs{}, Ws::#ws{}) -> {#cs{}, #ws{}}
Set the next "Context" variable name in cs for an enclosed block.
next_vars_var(Cs::#cs{}, Ws::#ws{}) -> {#cs{}, #ws{}}
Set the next "Vars" variable name in cs for an enclosed block.
pos(X1::{file:filename_all(), pos_integer(), pos_integer()}) -> {pos_integer(), pos_integer()}
set_pos(SrcPos::{file:filename_all(), pos_integer(), pos_integer()}, Tree::term()) -> term()
to_atom(L::string() | binary() | atom()) -> atom()
Convert a list or binary to an atom.
unescape_string_literal(String::binary()) -> binary()
Expand escape sequences like \n and \t in a string.
var(Ws::#ws{}) -> {#ws{}, string()}
Generate an unique variable name
Generated by EDoc