Bookmarks
Tag cloud
Picture wall
Daily
RSS Feed
  • RSS Feed
  • Daily Feed
  • Weekly Feed
  • Monthly Feed
Filters

Links per page

  • 20 links
  • 50 links
  • 100 links

Filters

Untagged links
3 results tagged lexer  ✕   ✕
GitHub - lark-parser/lark: A modern parsing library for Python, implementing Earley & LALR(1) and an easy interface https://github.com/lark-parser/lark
Wed 05 Feb 2020 10:15:49 AM PST archive.org

A Python module for writing context-free grammar parsers. Implements Earley shared packed parse forests and look-ahead LR parsing. Has multiple lexers. Builds parse trees automatically. Pure Python. Can generate stand-alone parsers as well. Acts more like a traditional parser than a new-school parser.

Outputs Tree() objects, Token(<type>, 'text') objects.

python module parser lexer grammar toolkit exocortex
A look at Go lexer/scanner packages – Fatih Arslan – Medium https://medium.com/@farslan/a-look-at-go-scanner-packages-11710c2655fc
Mon 19 Mar 2018 10:32:35 PM PDT archive.org
golang lexer text parser parsing exocortex lexing list
23.2. shlex — Simple lexical analysis — Python 2.7.13 documentation https://docs.python.org/2/library/shlex.html
Mon 19 Mar 2018 04:55:33 PM PDT archive.org

The default parser and lexer that comes with python. Useful for writing minilanguages and DSLs. Maybe useful if I can figure out how to use it.

parser module python lexer minilanguages exocortex bots
4691 links, including 339 private
Shaarli - The personal, minimalist, super-fast, database free, bookmarking service by the Shaarli community - Theme by kalvn