Content deleted Content added
removed unjustified claim -- parser IS intended to be a competitor to PHP, and is a pretty good one, methinks; changed the sentence to be more descriptive |
No edit summary |
||
(44 intermediate revisions by 31 users not shown) | |||
Line 1:
{{Infobox programming language
| name = Parser
|
| paradigm = multiparadigm - macro, object-oriented
|developer = Art. Lebedev studio▼
| year = {{Start date and age|1997}}
|latest_release_version = 3.2.1sp2▼
| designer = Konstantin Morshnev (Art. Lebedev Studio)
|latest_release_date = [[March 17]] [[2006]]▼
|operating_system = [[Cross-platform]]▼
| typing = dynamic
| influenced_by = Perl
▲| operating_system = [[Cross-platform]] - Windows, Unix-like
| license = [[GNU General Public License|GPL]]<ref name="license">{{cite web |url=https://www.parser.ru/en/download/license/ |title=License agreement |department=Download |website=Parser |access-date=2020-04-15 |quote=The Parser® software is distributed under the GNU GPL}}</ref>
| website = {{Official URL}}
}}
{{Portal|Free and open-source software}}
'''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 [[GNU General Public License|GPL license]]<ref name="license"/> and it is now used in other websites, mostly in Russia (according to a partial list at the language website).
▲:''This article is about the programming language called Parser. For the technique of '''parsing''', see [[Parsing]]''
Originally, Parser was merely a simple [[macro (computer science)|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:
*[[Common Gateway Interface]] (CGI)
*[[Internet Server Application Programming Interface]] (ISAPI)
*[[List of Apache modules|Apache module]] (mod_parser3)
==See also==
* [[
==References==
{{Reflist}}
==External links==
*{{Official website}}
*{{GitHub|artlebedev/parser3}}
{{DEFAULTSORT:Parser}}
[[Category:
[[Category:Macro programming languages]]
▲[[Category:Programming languages]]
[[Category:Scripting languages]]
[[Category:Programming languages created in 1997]]
|