Parser (programming language)

Source: Wikipedia, the free encyclopedia.
Parser
Developer
Alexander Petrosyan (Art. Lebedev Studio)
First appeared1997; 27 years ago (1997)
Stable release
3.4.6 / January 28, 2021; 3 years ago (2021-01-28)
Cross-platform - Windows, Unix-like
LicenseGPL[1]
Websitewww.parser.ru/en/ Edit this at Wikidata
Influenced by
Perl

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

References

  1. ^ a b "License agreement". Download. Parser. Retrieved 2020-04-15. The Parser® software is distributed under the GNU GPL

External links