Skip to content

A regex package for the Stanza programming language

Notifications You must be signed in to change notification settings

sumit0190/regex-stanza

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

re - A regex package for Stanza

re (short for regex) is a package for the Stanza programming language that adds regex features. It depends on the PCRE library.

Instructions

  • To use the package you must first install PCRE. On Macs, you can use Homebew or MacPorts, and on Linux (if your distro doesn't have it already) you can use your native package manager.

  • After installing the library, you can use something like:

stanza myfile.stanza re.stanza -ccfiles pcre-stanza.c -ccflags "-L/usr/local/include -lpcre" - o output

to compile your file that contains an import re statement.

TODO

  • Add method regex-replace
  • Organize the code by cleaning up unnecessary function calls and other things
  • Look into known bugs

About

A regex package for the Stanza programming language

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages