From 0975264482d9522bfbaf9098b31dab30e632a514 Mon Sep 17 00:00:00 2001 From: sb10q Date: Mon, 18 Apr 2022 15:11:32 +0800 Subject: [PATCH] README: center icon --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 62457da9..792d4a2f 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,10 @@ +
+ ![icon](https://git.m-labs.hk/M-Labs/nac3/raw/branch/master/nac3.svg) -# NAC3 +
+# NAC3 NAC3 is a major, backward-incompatible rewrite of the compiler for the [ARTIQ](https://m-labs.hk/artiq) physics experiment control and data acquisition system. It features greatly improved compilation speeds, a much better type system, and more predictable and transparent operation. NAC3 has a modular design and its applicability reaches beyond ARTIQ. The ``nac3core`` module does not contain anything specific to ARTIQ, and can be used in any project that requires compiling Python to machine code.