feat(package): hemar: conected to nix config

This commit is contained in:
2025-11-24 14:20:03 +00:00
parent 783cbe20e8
commit f5d412997e
16 changed files with 270 additions and 59 deletions

View File

@@ -1,5 +1,9 @@
#!/bin/dash
# shellcheck disable=SC1091
. "${WORKSPACE:?}/src/plex/plex.sh"
init_plex jq
# Syntax scheme:
#
# hemar
@@ -162,8 +166,8 @@
#
# AbstarctSyntaxTree (ATS) = {
# e = [Element] # elements array
#}
AST=''
# }
#AST=''
# 0 - text
# 1 - deside tag type
@@ -218,6 +222,8 @@ find_open_pattern() {
parse() {
char="$1"
data_pointer=
case "$STAGE" in
0)
if find_open_pattern "$char"; then