A library for mentions on Android
-
Updated
Nov 27, 2018 - 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.
A library for mentions on Android
ntc-vntok is a library Tokenizer for the Vietnamese language
An interpreter for somewhat adapted Lisp source code. I have worked on this program for a school project.
An interpreter for a (very) simple functional programming language.
A custom programming language I am designing and writing in my free time
A Java application for indexing and querying text files, created for an Internship test task.
Exploring Information Retrieval | Indexer Creation
A new programming language CORE and its interpreter
A Processing Toolbox for Persian Texts
Cool interpreted programming language
Research about text manipulation (tokenizing, chunking, parsing)
Implement 'bad apple' program language in nearly 450 lines
Command-line lexical analyzer which only accepts arithmetic expressions
Implementation of Stone Language in java
Using VnTokenizer to token document in Java