Top 1,000 Features Creators Resources Blog Explorer Download
GitHub icon

Parser 3

< >

Parser 3 is an open source programming language created in 1997 by Konstantin Morshnev.

#411on PLDB 27Years 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...


Example from Riju:
$console:line[Hello, world!]
Example from hello-world:
@main[] ^rem{Will print "Hello World" when run as CGI script} $hello[Hello World] $result[$hello]
# Hello World in Parser Hello world!

Language features

Feature Supported Token Example
Strings ✓ "
"Hello world"
Print() Debugging ✓ $console:line
Comments ✓
# A comment
Line Comments ✓ #
# A comment
Semantic Indentation X

View source

- Build the next great programming language · About · Acknowledgements · Extensions · Day 626 · feedback@pldb.io