Jove
Visualize
Contact Us
JoVE
x logofacebook logolinkedin logoyoutube logo
ABOUT JoVE
OverviewLeadershipBlogJoVE Help Center
AUTHORS
Publishing ProcessEditorial BoardScope & PoliciesPeer ReviewFAQSubmit
LIBRARIANS
TestimonialsSubscriptionsAccessResourcesLibrary Advisory BoardFAQ
RESEARCH
JoVE JournalMethods CollectionsJoVE Encyclopedia of ExperimentsArchive
EDUCATION
JoVE CoreJoVE BusinessJoVE Science EducationJoVE Lab ManualFaculty Resource CenterFaculty Site
Terms & Conditions of Use
Privacy Policy
Policies

Related Experiment Videos

Language processor generation with BNF inputs: methods and implementation

B Shapiro

    Computer Programs in Biomedicine
    |June 1, 1977
    PubMed
    Summary
    This summary is machine-generated.

    Related Concept Videos

    You might also read

    Related Articles

    Articles linked to this work by shared authors, journal, and citation graph.

    Sort by
    Same author

    Properties of the Binary Black Hole Merger GW150914.

    Physical review letters·2016
    Same author

    GW151226: Observation of Gravitational Waves from a 22-Solar-Mass Binary Black Hole Coalescence.

    Physical review letters·2016
    Same author

    Tests of General Relativity with GW150914.

    Physical review letters·2016
    Same author

    GW150914: Implications for the Stochastic Gravitational-Wave Background from Binary Black Holes.

    Physical review letters·2016
    Same author

    GW150914: The Advanced LIGO Detectors in the Era of First Discoveries.

    Physical review letters·2016
    Same author

    Observation of Gravitational Waves from a Binary Black Hole Merger.

    Physical review letters·2016
    Same journal

    Microprocessor-based system for on-line analysis of respiratory responses to exercise.

    Computer programs in biomedicine·1985
    Same journal

    A calculator program for clinical application of the Bayesian method of predicting plasma drug levels.

    Computer programs in biomedicine·1985
    Same journal

    Testing marginal homogeneity in square tables; with emphasis on matched data.

    Computer programs in biomedicine·1985
    Same journal

    Computerized analysis of enzyme cascade reactions using continuous rate data obtained with an ELISA reader.

    Computer programs in biomedicine·1985
    Same journal

    Mathematical modelling of stimulus-secretion coupling in the pancreatic B-cell. II. Calcium-stimulated calcium release.

    Computer programs in biomedicine·1985
    Same journal

    A program for logistic prediction modelling.

    Computer programs in biomedicine·1985
    See all related articles

    This study presents a new parser generator for the PDR-10 computer, utilizing SAIL and LEAP facilities. It efficiently creates bottom-up parsers from Backus-Naur Form grammars for language processing.

    Area of Science:

    • Computer Science
    • Programming Language Theory

    Background:

    • Parser generators are essential tools in compiler construction.
    • Efficient parsing techniques are crucial for language processing.

    Purpose of the Study:

    • To describe a novel SLR(1) parser generator.
    • To implement the generator in SAIL for the PDR-10 computer.

    Main Methods:

    • The parser generator accepts grammars defined in Backus-Naur Form (BNF).
    • It produces a SAIL program module representing the bottom-up parser.
    • Leverages SAIL's LEAP facilities for data structure manipulation.

    Main Results:

    • A functional SLR(1) parser generator for the PDR-10 was developed.
    • The generated parser modules can be integrated with semantic routines.

    Related Experiment Videos

    Conclusions:

    • The developed parser generator provides an efficient method for creating language processors.
    • The use of SAIL and its LEAP facilities facilitates the manipulation of complex data structures in parser generation.