<?xml version='1.0' encoding='UTF-8'?>
<OAI-PMH xmlns="http://www.openarchives.org/OAI/2.0/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.openarchives.org/OAI/2.0/ http://www.openarchives.org/OAI/2.0/OAI-PMH.xsd">
  <responseDate>2026-05-01T04:10:21Z</responseDate>
  <request metadataPrefix="oai_dc" identifier="oai:meral.edu.mm:recid/4005" verb="GetRecord">https://meral.edu.mm/oai</request>
  <GetRecord>
    <record>
      <header>
        <identifier>oai:meral.edu.mm:recid/4005</identifier>
        <datestamp>2021-12-13T01:15:25Z</datestamp>
        <setSpec>1582963302567:1597824273898</setSpec>
        <setSpec>user-ucsy</setSpec>
      </header>
      <metadata>
        <oai_dc:dc xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:oai_dc="http://www.openarchives.org/OAI/2.0/oai_dc/" xmlns="http://www.w3.org/2001/XMLSchema" xsi:schemaLocation="http://www.openarchives.org/OAI/2.0/oai_dc/ http://www.openarchives.org/OAI/2.0/oai_dc.xsd">
          <dc:title>Implementation of Syntax Analyzer by using JavaCC</dc:title>
          <dc:creator>Htun, Aye Thiri</dc:creator>
          <dc:creator>Hlaing, Swe Zin</dc:creator>
          <dc:description>A language compiler is one of the most crucialtools for the system development. Java CompilerCompiler (JavaCC) [tm] is the most popular parsergenerator for use with Java [tm] applications. Fora given a context free grammar, it generates arecursive decent parser written in Java. A recursivedescent parser defines a subroutine for eachnonterminal in the grammar. Each subroutine isresponsible for recognizing a sequence of terminalsymbols produced by its nonterminal, and forremoving that sequence of terminal symbols fromthe input sequence. It reads a grammarspecification and converts it to a Java program. Itcan on any computer platform with a Java VirtualMachine. In this paper, we analyze and describehow to build a parser by applying JavaCC. We useLL (1) grammar rules, Left to Right scanning usingone lookahead token. The proposed system isimplemented by Java Programming Language.</dc:description>
          <dc:date>2009-12-30</dc:date>
          <dc:identifier>http://hdl.handle.net/20.500.12678/0000004005</dc:identifier>
          <dc:identifier>https://meral.edu.mm/records/4005</dc:identifier>
        </oai_dc:dc>
      </metadata>
    </record>
  </GetRecord>
</OAI-PMH>
