Zobrazeno 1 - 10
of 91
pro vyhledávání: '"IERUSALIMSCHY, ROBERTO"'
Publikováno v:
In Journal of Computer Languages October 2022 72
Publikováno v:
In Science of Computer Programming 15 September 2020 196
Publikováno v:
In Science of Computer Programming 1 April 2020 189
Parsing Expression Grammars (PEGs) describe top-down parsers. Unfortunately, the error-reporting techniques used in conventional top-down parsers do not directly apply to parsers based on Parsing Expression Grammars (PEGs), so they have to be somehow
Externí odkaz:
http://arxiv.org/abs/1405.6646
Context-Free Grammars (CFGs) and Parsing Expression Grammars (PEGs) have several similarities and a few differences in both their syntax and semantics, but they are usually presented through formalisms that hinder a proper comparison. In this paper w
Externí odkaz:
http://arxiv.org/abs/1304.3177
Autor:
Lima, Guilherme F., Santos, Rodrigo C.M., Ierusalimschy, Roberto, Haeusler, Edward H., Sant’Anna, Francisco
Publikováno v:
In Journal of Systems Architecture August 2019 97:239-257
Most scripting languages nowadays use regex pattern-matching libraries. These regex libraries borrow the syntax of regular expressions, but have an informal semantics that is different from the semantics of regular expressions, removing the commutati
Externí odkaz:
http://arxiv.org/abs/1210.4992
Parsing Expression Grammars (PEGs) are a formalism that can describe all deterministic context-free languages through a set of rules that specify a top-down parser for some language. PEGs are easy to use, and there are efficient implementations of PE
Externí odkaz:
http://arxiv.org/abs/1207.0443
This work is devoted to the study of the problem of user-level capture and restoration of running computations in heterogeneous environments. Support for those operations has traditionally been offered through ready-made solutions for specific applic
Externí odkaz:
http://arxiv.org/abs/1010.0371
Scripting languages are becoming more and more important as a tool for software development, as they provide great flexibility for rapid prototyping and for configuring componentware applications. In this paper we present LuaJava, a scripting tool fo
Externí odkaz:
http://arxiv.org/abs/cs/9903018