Commit 8847637f72cc0f75ad5e2fa6679e37a440b3fa4d

Thomas de Grivel 2023-02-13T18:21:36

readme

1
2
3
4
5
6
7
8
9
10
11
12
13
diff --git a/README.md b/README.md
index 918e6cf..f9e8b41 100644
--- a/README.md
+++ b/README.md
@@ -3,7 +3,7 @@
 C3 is a programming language project, inspired by C, Elixir and
 Common Lisp. It could be described as C with Elixir macros, pattern
 matching, and a semantic object system. The idea is to plug macros and
-pattern matching into C89 and use them to implement the graph database.
+pattern matching into C99 and use them to implement the graph database.
 
 The garbage collector is optional, like in C.