Scispace (Formerly Typeset)
  1. Home
  2. Journals
  3. Computer Languages
  4. 1994
  1. Home
  2. Journals
  3. Computer Languages
  4. 1994
Showing papers in "Computer Languages in 1994"
Journal Article•10.1016/0096-0551(94)90004-3•
Discrete loops and worst case performance

[...]

Johann Blieberger
01 Aug 1994-Computer Languages
TL;DR: D discrete loops form an ideal frame-work for determining the worst case timing behavior of a program and they are especially useful in implementing real-time systems and proving such systems correct.

29 citations

Journal Article•10.1016/0096-0551(94)90012-4•
Implementing polymorphic typing in a logic programming language

[...]

Keehang Kwon1, Gopalan Nadathur1, Debra Sue Wilson1•
Duke University1
01 Mar 1994-Computer Languages
TL;DR: In this article, the authors propose extensions to the Warren Abstract Machine (WAM) that permit the analysis of types to be done with reasonable efficiency, and illustrate their ideas in the context of a typed version of Prolog.

17 citations

Journal Article•10.1016/0096-0551(94)90006-X•
A practical minimum distance method for syntax error handling

[...]

J. A. Dain1•
University of Warwick1
01 Nov 1994-Computer Languages
TL;DR: The minimum-distance error recovery method provides a form of minimum distance repair, has linear time complexity, and is completely automatic and achieves a theoretically best performance on 80% of Pascal programs in the weighted Ripley-Druseikis collection.

7 citations

Journal Article•10.1016/0096-0551(94)90003-5•
Experiments with destructive updates in a lazy functional language

[...]

Pieter H. Hartel1, Willem G. Vree1•
University of Amsterdam1
01 Aug 1994-Computer Languages
TL;DR: It is believed that a refinement of the monolithic approach towards constructing arrays may be a good alternative to using the incremental approach with destructive updates.

6 citations

Journal Article•10.1016/0096-0551(94)90001-9•
An automatic parallelization framework for multicomputers

[...]

U. Nagaraj Shenoy1, U. Nagaraj Shenoy2, Y. N. Srikant1, V. P. Bhatkar2•
Indian Institute of Science1, Centre for Development of Advanced Computing2
01 Aug 1994-Computer Languages
TL;DR: A scheme of automatic data partitioning and dynamic data distribution of sequential programs for multicomputer architecture is proposed and tiling transformation for iteration space partitioning is resort to.

5 citations

Journal Article•10.1016/0096-0551(94)90008-6•
Parallel arithmetic expression evaluation on reconfigurable meshes

[...]

B. Pradeep1, C. Siva Ram Murthy2•
Centre for Development of Advanced Computing1, Indian Institute of Technology Madras2
01 Nov 1994-Computer Languages
TL;DR: This paper presents an O(log n) time parallel algorithm for arithmetic expression evaluation, on an n × n processor array with reconfigurable bus system, where n is the sum of the number of operators and constants in the expression.

4 citations

Journal Article•10.1016/0096-0551(94)90019-1•
An empirical study of the run-time behavior of quicksort, shellsort and mergesort for medium to large size data

[...]

S. Mansoor Sarwar1, Mansour Jaragh2, Mike Wind1•
University of Portland1, Kuwait University2
01 May 1994-Computer Languages
TL;DR: Quicksort outperforms both Shellsort and mergesort for all values of N > 1000 and the fits show better performance for Shellsort than the previous studies and are mostly accurate to within 2% for 1000 < N < 2 × 106.

4 citations

Journal Article•10.1016/0096-0551(94)90013-2•
Parallel recognition and parsing on mesh connected computers with multiple broadcasting

[...]

B. Pradeep, C. Siva Ram Murthy1•
Indian Institute of Technology Madras1
01 Mar 1994-Computer Languages
TL;DR: The algorithm is based on the well-known Cocke-Younger-Kasami (CYK) algorithm for the recognition and parsing of context-free languages, and is faster than two recent algorithms available in the literature.

2 citations

Journal Article•10.1016/0096-0551(94)90011-6•
RT-CDL: A distributed real-time design language and its operational semantics

[...]

Leo Y. Liu1, R. K. Shyamasundar2•
IBM1, Tata Institute of Fundamental Research2
01 Mar 1994-Computer Languages
TL;DR: The investigation reveals that the language features provided by RT-CDL are indeed suitable for a spectrum of real-time applications.

2 citations

Journal Article•10.1016/0096-0551(94)90002-7•
Parallel incremental LR parsing

[...]

N. Viswanathan1, Y. N. Srikant1•
Indian Institute of Science1
01 Aug 1994-Computer Languages
TL;DR: An efficient way of assembling the final parse tree from the individual parses is given, and an estimate for speedup by the parallel parsing and parallel incremental parsing methods is given.

1 citations

Journal Article•10.1016/0096-0551(94)90014-0•
First-class stores and partial continuations in a programming language and environment

[...]

Gregory F. Johnson1, Dominic Duggan1•
University of Maryland, College Park1
01 Mar 1994-Computer Languages
TL;DR: This paper describes the design of a language and debugging environment that supports these two capabilities, with particular attention given to the implications of having them both in the same language.
Journal Article•10.1016/0096-0551(94)90017-5•
A practical approach to type-sensitive parsing

[...]

Ken Sailor1, Carl McCrosky1•
University of Saskatchewan1
01 May 1994-Computer Languages
TL;DR: This paper describes a related algorithm for type-sensitive parsing of expressions which is much more efficient—its incremental cost is linear in the length of the expression, even when types must be deduced.
Journal Article•10.1016/0096-0551(94)90007-8•
A process oriented semantics of the PRAM-language FORK

[...]

Gudula Rünger1, Kurt Sieber1•
Saarland University1
01 Nov 1994-Computer Languages
TL;DR: A trace-based denotational interleaving semantics where processes describe synchronous computations is presented where processes are created or deleted dynamically and run asynchronously.
Journal Article•10.1016/0096-0551(94)90015-9•
Exception handling: expecting the unexpected

[...]

Steven J. Drew1, K. John Gough1•
Queensland University of Technology1
01 May 1994-Computer Languages
TL;DR: An effort to provide a means of classifying exception handling models which may be encountered, a taxonomy is presented in this paper and some of the concepts of exception handling are introduced and discussed.
Journal Article•10.1016/0096-0551(94)90016-7•
Grammar transformations for optimizing backtrack parsers

[...]

Janos J. Sarbo1•
Radboud University Nijmegen1
01 May 1994-Computer Languages
TL;DR: Two grammar transformations which can decrease the search space of generated top-down backtrack parsers are presented, which uses the calculation of the sets FIRST and FOLLOW, and a grammar property, called rrelative unambiguity.
Journal Article•10.1016/0096-0551(94)90018-3•
Access control for private declarations in Ada

[...]

Jun Shen1, Gordon V. Cormack2•
Concordia University Wisconsin1, University of Waterloo2
01 May 1994-Computer Languages
TL;DR: A mechanism in Ada to gain the access control of private declarations is presented, similar to the friend mechanism in C++, and needs no extension to current Ada.
Journal Article•10.1016/0096-0551(94)90005-1•
Algebraic tools for language processing

[...]

Teodor Rus1, Tom Halverson1•
University of Iowa1
01 Nov 1994-Computer Languages
TL;DR: This paper examines in this paper only processing tools that collect syntactic information over the language space and discusses tools involved in semantics processing such as translators and interpreters.

Tools

SciSpace AgentBiomedical AgentSciSpace RecruitSciSpace for EnterpriseAgent GalleryChat with PDFLiterature ReviewAI WriterFind TopicsParaphraserCitation GeneratorExtract DataAI DetectorCitation Booster

Learn

ResourcesLive Workshops

SciSpace

CareersSupportBrowse PapersPricingSciSpace Affiliate ProgramCancellation & Refund PolicyTermsPrivacyData Sources

Directories

PapersTopicsJournalsAuthorsConferencesInstitutionsCitation StylesWriting templates

Extension & Apps

SciSpace Chrome ExtensionSciSpace Mobile App

Contact

support@scispace.com
SciSpace

© 2026 | PubGenius Inc. | Suite # 217 691 S Milpitas Blvd Milpitas CA 95035, USA

soc2
Secured by Delve