Parser (programming language): Difference between revisions

Content deleted Content added
No edit summary
 
(20 intermediate revisions by 14 users not shown)
Line 1:
{{About|the programming language called Parser|technique of parsing|Parsingparsing|other uses|parse (disambiguation)}}
{{Infobox programming language
| name = Parser
| logo = [[Image:Parser bird ptic.png|100px|Parser]]
| paradigm = multiparadigm - macro, object-oriented
| year = {{Start date and = age|1997}}
| designer = Konstantin Morshnev (Art. Lebedev Studio)
| developer = Alexander Petrosyan (Art. Lebedev Studio)
| latest_release_version = 3.35.01
| latest_release_date = {{Start date = September 4,and 2008age|2025|01|10}}
| 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>
| license = [[GNU General Public License|GPL]]
| website = {{Official URL}}
| website = http://www.parser.ru/en
}}
{{Portal|Free and open-source software}}
'''Parser''' is a [[Free software|free]]{{Clarify|date=March 2011}} server-side [[Common Gateway Interface|CGI]] web [[scripting language]] developed by [[Art. Lebedev Studio]] andused releasedfor under[[web thedevelopment]] and [[GNUserver-side General Public License|GPLscripting]].
 
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. SinceIn revisionMarch 32006, itrevision 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's website).
Originally, Parser was merely a simple [[Macro (computer science)|macro]] processing language. The latest 3rd revision (March 2006) introduced [[object-oriented programming]] features.
 
Originally, Parser was merely a simple [[Macromacro (computer science)|macro]] processing language. The latest 3rdbut revision (March 2006)three introduced [[object-oriented programming]] features.
The 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. Since revision 3 it was released as [[free software]] and it is now used in other websites, mostly in Russia (according to a partial list at the language's website).
 
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==
* [[Parsing]]
 
==References==
{{Reflist}}
 
==External links==
*{{Official website}}
*[http://www.parser.ru/en/ The official website of Parser in English]
*{{GitHub|artlebedev/parser3}}
 
{{DEFAULTSORT:Parser (Cgi Language)}}
[[Category:Free compilers and interpretersopen source compilers]]
[[Category:Procedural programming languages]]
[[Category:Macro programming languages]]
[[Category:Scripting languages]]
[[Category:Programming languages created in 1997]]
 
 
{{compu-lang-stub}}
 
[[cs:Parser (programovací jazyk)]]
[[ru:Parser]]