From 98d55adeb5111d6cec743dd1bef22546a1d36801 Mon Sep 17 00:00:00 2001 From: Dmitry Borisenkov Date: Mon, 11 Dec 2017 00:29:45 +0000 Subject: [PATCH] Add build status to readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9e01737..fee8080 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# compiler-algo +# wyrm [![Build Status](https://travis-ci.org/akiramenai/wyrm.svg?branch=master)](https://travis-ci.org/akiramenai/wyrm) Educational compiler analysis and optimisations implementation Toy optimizer which implements algorithms described in Advanced Compiler Design and Implementation by Steven Muchnick.