Parser 3 is an open source programming language created in 1997 by Konstantin Morshnev.
#1165on PLDB | 26Years Old |
Try now: Riju
Parser is a free server-side CGI web scripting language developed by Art. Lebedev Studio and released under the GPL. Originally, Parser was merely a simple macro processing language. Read more on Wikipedia...
$console:line[Hello, world!]
@main[]
^rem{Will print "Hello World" when run as CGI script}
$hello[Hello World]
$result[$hello]
# Hello World in Parser
Hello world!
Feature | Supported | Token | Example |
---|---|---|---|
Strings | ✓ | " | "Hello world" |
Print() Debugging | ✓ | $console:line | |
Comments | ✓ | # A comment |
|
Line Comments | ✓ | # | # A comment |
Semantic Indentation | X |