From 6c58990af74eee88f44a154bbed34c02f1a110c9 Mon Sep 17 00:00:00 2001 From: sktryo <153985260+sktryo@users.noreply.github.com> Date: Sat, 29 Jun 2024 20:38:05 +0900 Subject: [PATCH] Update README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 730db83..e762a55 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,7 @@ # MicroScript +[![CMake on multiple platforms](https://github.com/sktryo/MicroScript/actions/workflows/cmake-multi-platform.yml/badge.svg)](https://github.com/sktryo/MicroScript/actions/workflows/cmake-multi-platform.yml) + MicroScript is a minimalistic interpreter for a simple Turing-complete language, implemented in C. It supports basic operations such as tape manipulation, increment, decrement, loops, and simple I/O. ## Features