Skip to content

Commit

Permalink
Re-Release Version 1.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
lukasniemeier committed Apr 6, 2019
1 parent 7b81479 commit 405fde1
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## 1.1.0
## 1.1.1

This version switches from .NET Framework to .NET Core.

Expand Down
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# Retina

[![Build Status](https://travis-ci.org/m-ender/retina.svg?branch=master)](https://travis-ci.org/m-ender/retina)
[![Release](https://img.shields.io/github/release/m-ender/retina.svg)](https://github.com/m-ender/retina/releases)

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](https://docs.microsoft.com/en-us/dotnet/standard/base-types/regular-expressions), but provides its own, more powerful substitution syntax.

Retina was mainly developed for [code golf](https://en.wikipedia.org/wiki/Code_golf) which may explain its very terse configuration syntax and some weird design decisions.
Expand Down

0 comments on commit 405fde1

Please sign in to comment.