Projects tagged ‘lexer’ and ‘library’


[3 total ]

1 Users

A toolchain consisting of a C compiler and various tools for binary object handling.
Created over 2 years ago.

1 Users

Recursive descent parser library based on functional combinators. The primary domain for funcparserlib is parsing little languages or external DSLs (domain specific languages). The library ... [More] itself is very small. Its source code is only 0.5 KLOC, with lots of comments included. It features the longest parsed prefix error reporting, as well as a tiny lexer generator for token position tracking. [Less]
Created 5 months ago.

0 Users

English Introduction"Wei Common Library" (wcl) is a libraries collection. At the start, it collects those libraries used by Wei Parser Generator. It includes the following libraries: wcl_fmtstr: a ... [More] printf-like library wcl_fslib: a file system library wcl_lexerlib: a common lexer operation library wcl_mathlib: a math library wcl_memory_debuffer: a memory leak debugger For more information, please see the "Wiki" page.----------------------------------------------------------------------------------------- Tradition Chinese Introduction"Wei Common Library" (wcl) 是一群函式庫的組合. 在一開始的時候, wcl 搜集了所有被 Wei Parser Generator 所使用的函式庫. 目前 wcl 包含了下列數項函式庫: wcl_fmtstr: printf-like 函式庫 wcl_fslib: 檔案系統函式庫 wcl_lexerlib: lexer 函式庫 wcl_mathlib: 數學函式庫 wcl_memory_debuffer: memory leak 除錯函式庫 "Wiki" 頁面會有更多的資訊.----------------------------------------------------------------------------------------- 2008/03/23 version 0.2.0 released [Less]
Created 12 months ago.