Parser (programming language)

From Wikipedia, the free encyclopedia
Jump to navigation Jump to search
Parser
File:Parser bird ptic.png
Paradigmmultiparadigm - macro, object-oriented
Designed byKonstantin Morshnev (Art. Lebedev Studio)
DeveloperAlexander Petrosyan (Art. Lebedev Studio)
First appeared1997; 29 years ago (1997)
Stable release
3.5.1 / January 10, 2025; 15 months ago (2025-01-10)
Typing disciplinedynamic
OSCross-platform - Windows, Unix-like
LicenseGPL[1]
Website{{#property:P856}}
Influenced by
Perl

Lua error in mw.title.lua at line 392: bad argument #2 to 'title.new' (unrecognized namespace name 'Portal'). Parser is a scripting language developed by Art. Lebedev Studio used for web development and server-side scripting.

The reference compiler for the language was developed in C++ by studio employees Konstantin Morshnev and Alexander Petrosyan to automate often repeated tasks, especially maintenance of already existing websites. It was used in many web projects of the studio. In March 2006, revision three was released as free software under a GPL license[1] and it is now used in other websites, mostly in Russia (according to a partial list at the language website).

Originally, Parser was merely a simple macro processing language but revision three introduced object-oriented programming features.

The language supports technologies needed for common web design tasks: XML, Document Object Model (DOM), Perl Compatible Regular Expressions (PCRE) and others.

Parser supports web server integration via:

See also

[edit | edit source]

References

[edit | edit source]
  1. ^ a b Lua error in Module:Citation/CS1/Configuration at line 2172: attempt to index field '?' (a nil value).
[edit | edit source]
  • Lua error in Module:Official_website at line 94: attempt to index field 'wikibase' (a nil value).
  • parser3 on GitHub