1 -- SPDX-License-Identifier: GPL-3.0-or-later
2 -- © 2020 Georgi Kirilov
6 ['eval-compiler'] = -1,
40 local P
, S
= lpeg
.P
, lpeg
.S
42 local macro_prefix
= S
"#,`'"
44 local weak_prefix
= P
'#'
55 prefix
= macro_prefix
,
56 weak_prefix
= weak_prefix
,
57 opposite
= delimiters
,
58 lispwords
= lispwords
,
59 squarewords
= squarewords
,