Skip to content

Commit 405fde1

Browse files
committed
Re-Release Version 1.1.1
1 parent 7b81479 commit 405fde1

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
## 1.1.0
1+
## 1.1.1
22

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

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
# Retina
22

3+
[![Build Status](https://travis-ci.org/m-ender/retina.svg?branch=master)](https://travis-ci.org/m-ender/retina)
4+
[![Release](https://img.shields.io/github/release/m-ender/retina.svg)](https://github.com/m-ender/retina/releases)
5+
36
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.
47

58
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.

0 commit comments

Comments
 (0)