https://github.com/mufidu/sunda-lexical-analyzer-and-parser
Web interface for Basa Sunda's lexical analyzer and parser
https://github.com/mufidu/sunda-lexical-analyzer-and-parser
lexical-analyzer parser
Last synced: 12 months ago
JSON representation
Web interface for Basa Sunda's lexical analyzer and parser
- Host: GitHub
- URL: https://github.com/mufidu/sunda-lexical-analyzer-and-parser
- Owner: mufidu
- Created: 2022-06-06T03:34:09.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2022-07-09T01:03:16.000Z (almost 4 years ago)
- Last Synced: 2025-03-02T18:31:28.314Z (over 1 year ago)
- Topics: lexical-analyzer, parser
- Language: Jupyter Notebook
- Homepage: https://mufidu.github.io/sunda-lexical-analyzer-and-parser
- Size: 114 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Lexical Analyzer and Parser for Basa Sunda
In short, the lexical analyzer will check if words in the input are in the alphabet of the language, in this case the available words. Then, the parser will check the grammar which will be considered valid if the input is in the correct order.
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.