Skip to content

re2c.org

Lexer generator for C, C++, D, Go, Haskell, Java, JS, OCaml, Python, Rust, V and Zig.

Package Information

  • Domain: re2c.org
  • Name: re2c.org
  • Homepage: Not specified
  • Source: View on GitHub

Installation

bash
# Install with launchpad
launchpad install re2c

Programs

This package provides the following executable programs:

  • re2c

Aliases

This package can also be accessed using these aliases:

  • re2c

Available Versions

Show all 7 versions
  • 4.2.0, 4.1.0, 4.0.2, 4.0.1, 4.0.0
  • 3.1.0, 3.0.0

Latest Version: 4.2.0

Install Specific Version

bash
# Install specific version
sh <(curl https://pkgx.sh) +re2c.org@4.2.0 -- $SHELL -i

Usage Examples

typescript
import { pantry } from 'ts-pkgx'

// Access this package
const pkg = pantry.re2corg

console.log(`Package: ${pkg.name}`)
console.log(`Description: ${pkg.description}`)
console.log(`Programs: ${pkg.programs.join(', ')}`)

This documentation was auto-generated from package data.

Released under the MIT License.