dejavu-ir

Crates.iodejavu-ir
lib.rsdejavu-ir
version0.0.0
sourcesrc
created_at2023-10-16 06:59:21.980721
updated_at2023-10-16 06:59:21.980721
descriptionError Handling, Parser and Compiler of DejaVu Language
homepage
repositoryhttps://github.com/oovm/dejavu-engine
max_upload_size
id1004431
size45,295
SasakiSaki (oovm)

documentation

README

Comment

  • surrounded by parentheses {# and #}
{% filter comment %}

comment block

{% end %}

Whitespace Control

Saha Supports LF only!

  • {%=: Destroy all whitespace on the left

  • {%-: Destroy all blank lines on the left

  • {%_: Destroy left whitespace, and the first newline encountered

  • {%!: destroy left whitespace, but exclude newlines

  • =%}: Destroy all whitespace on the right

  • -%}: Destroy all blank lines on the right

  • _%}: Destroy right whitespace, and the first newline encountered

  • !%}: destroy right whitespace, but exclude newlines

Commit count: 57

cargo fmt