ANTLR (ANother Tool for Language Recognition) is a powerful parser generator for reading, processing, executing, or translating structured text or binary files.
-
Updated
Oct 11, 2024 - Java
A grammar describes the syntax of a programming language, and might be defined in Backus-Naur form (BNF). A lexer performs lexical analysis, turning text into tokens. A parser takes tokens and builds a data structure like an abstract syntax tree (AST). The parser is concerned with context: does the sequence of tokens fit the grammar? A compiler is a combined lexer and parser, built for a specific grammar.
ANTLR (ANother Tool for Language Recognition) is a powerful parser generator for reading, processing, executing, or translating structured text or binary files.
The Android SDK for Parse Platform
Yet Another UserAgent Analyzer
Oracle database CDC (Change Data Capture)
Android app example on how to SEND and CATCH/DETECT incoming sms with a BroadcastReceiver
FastProto is a powerful binary data processing tool.
Java library for RFID EPC encode / decode
A beautiful mobile client for managing your Parse apps on your android phone. https://play.google.com/store/apps/details?id=com.galtashma.parsedashboard
Norconex Importer is a Java library and command-line application meant to "parse" and "extract" content out of a file as plain text, whatever its format (HTML, PDF, Word, etc). In addition, it allows you to perform any manipulation on the extracted text before using it in your own service or application.
Android Application Project For College Management System.
An Android library used for making an Android application more faster with less amount of code. Shortify for Android provides basic functionalities of view and resource binding, view customization, JSON parsing, AJAX, various readymade dialogs and much more.
XML to csv parser for 3GPP Bulk CM data files as defined by ETSI TS 132 615