mirror of
https://git.sr.ht/~lattis/muon
synced 2026-01-30 19:34:50 +00:00
47 lines
434 B
Plaintext
47 lines
434 B
Plaintext
# SPDX-FileCopyrightText: Stone Tickle <lattis@mochiro.moe>
|
|
# SPDX-License-Identifier: GPL-3.0-only
|
|
|
|
" !="
|
|
" %"
|
|
" ("
|
|
" )"
|
|
" *"
|
|
" +"
|
|
" +="
|
|
" ,"
|
|
" -"
|
|
"."
|
|
" /"
|
|
" :"
|
|
" <"
|
|
" <="
|
|
" ="
|
|
" =="
|
|
" >"
|
|
" >="
|
|
" ?"
|
|
" ["
|
|
" ]"
|
|
" and"
|
|
" break"
|
|
" continue"
|
|
" elif"
|
|
" else"
|
|
" endforeach"
|
|
" endif"
|
|
" false"
|
|
" foreach"
|
|
" if"
|
|
" in"
|
|
" not"
|
|
" or"
|
|
" true"
|
|
" {"
|
|
" }"
|
|
" \\"
|
|
|
|
misc_dict=" {'a': 1}"
|
|
misc_string=" 'a'"
|
|
misc_unicode=" '\\u0001'"
|
|
misc_hex=" '\\x32'"
|