All Projects → m-ender → Retina

m-ender / Retina

Licence: mit
A regex-based programming language.

Projects that are alternatives of or similar to Retina

Symja android library
☕️ Symja - computer algebra language & symbolic math library. A collection of popular algorithms implemented in pure Java.
Stars: ✭ 170 (-15.84%)
Mutual labels:  interpreter
Awesome Devtools
🤖 A curated list of in-browser bookmarklets, tools, and resources for modern full-stack software engineers.
Stars: ✭ 184 (-8.91%)
Mutual labels:  regex
Pcbasic
PC-BASIC - A free, cross-platform emulator for the GW-BASIC family of interpreters
Stars: ✭ 196 (-2.97%)
Mutual labels:  interpreter
Html Css Class Completion
🍫 Visual Studio Code extension that provides CSS class name completion for the HTML class attribute based on the CSS files in your workspace
Stars: ✭ 174 (-13.86%)
Mutual labels:  regex
Sd
Intuitive find & replace CLI (sed alternative)
Stars: ✭ 2,755 (+1263.86%)
Mutual labels:  regex
Hint
Runtime Haskell interpreter
Stars: ✭ 185 (-8.42%)
Mutual labels:  interpreter
Regex Benchmark
It's just a simple regex benchmark of different programming languages.
Stars: ✭ 171 (-15.35%)
Mutual labels:  regex
Regexpu
A source code transpiler that enables the use of ES2015 Unicode regular expressions in ES5.
Stars: ✭ 201 (-0.5%)
Mutual labels:  regex
Hscript
Parser and interpreter for Haxe expressions
Stars: ✭ 178 (-11.88%)
Mutual labels:  interpreter
Common Regex
🎃 常用正则表达式 - 收集一些在平时项目开发中经常用到的正则表达式。
Stars: ✭ 2,488 (+1131.68%)
Mutual labels:  regex
Monkey Rust
An interpreter for the Monkey programming language written in Rust
Stars: ✭ 174 (-13.86%)
Mutual labels:  interpreter
Go.vm
A simple virtual machine - compiler & interpreter - written in golang
Stars: ✭ 178 (-11.88%)
Mutual labels:  interpreter
Androrat
A Simple android remote administration tool using sockets. It uses java on the client side and python on the server side
Stars: ✭ 187 (-7.43%)
Mutual labels:  interpreter
Fake
嵌入式脚本语言 Lightweight embedded scripting language
Stars: ✭ 172 (-14.85%)
Mutual labels:  interpreter
Cub
The Cub Programming Language
Stars: ✭ 198 (-1.98%)
Mutual labels:  interpreter
Regex.persian.language
Collection of Regex for validating, filtering, sanitizing and finding Persian strings
Stars: ✭ 172 (-14.85%)
Mutual labels:  regex
Charly
🐈 The Charly Programming Language | Written by @KCreate
Stars: ✭ 185 (-8.42%)
Mutual labels:  interpreter
Pluck
Pluck text in a fast and intuitive way 🐓
Stars: ✭ 202 (+0%)
Mutual labels:  regex
Fancy Regex
Rust library for regular expressions using "fancy" features like look-around and backreferences
Stars: ✭ 199 (-1.49%)
Mutual labels:  regex
Lolcate Rs
Lolcate -- A comically fast way of indexing and querying your filesystem. Replaces locate / mlocate / updatedb. Written in Rust.
Stars: ✭ 191 (-5.45%)
Mutual labels:  regex

Retina

Build Status Release

Retina is a regex-based recreational programming language. Every program works by reading a (finite) string from standard input, transforming it via a series of regex operations (e.g. counting matches, filtering lines, and most of all substituting). Retina was built on top of .NET's regex engine, but provides its own, more powerful substitution syntax.

Retina was mainly developed for code golf which may explain its very terse configuration syntax and some weird design decisions.

Running Retina

The easiest way to try out Retina is to use it right in your browser at Try It Online!

Up-to-date .NET Core binaries of Retina are provided as Github releases. Alternatively, you can build it yourself from the C# sources. The code requires .NET Core 2.2.

Source files can simply be passed as command-line arguments. For details of ways to invoke Retina see the docs.

How does it work?

Full documentation of the language can be found in the Wiki. For a (hopefully) more accessible introduction to the language's basic features see the annotated example programs. It might also be worth having a look at the changelog.

Using Retina

If you actually go to the trouble of learning Retina's fairly obscure syntax, you'll find that it's a surprisingly effective productivity tool when it comes to transforming text documents. If VS Code is your text editor of choice, you can install the Retinate extension, which lets you use Retina scripts as a powerful alternative to regular Search and Replace.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].