From 932c235b1b5298a026668ce6fe88ea169a85e252 Mon Sep 17 00:00:00 2001 From: heck Date: Thu, 1 Jun 2023 14:53:29 +0200 Subject: [PATCH] positron review: fix formatting - intro text --- README.md | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 12d3501..d7aac10 100644 --- a/README.md +++ b/README.md @@ -30,13 +30,11 @@ pEpACIDLang is language to describe a programming interface. 'Abstract', because the interfaces defined in pEpACIDLang are agnostic to the target language. 'C' because the syntax and some concepts are based on the C language. -A concrete interface and client code using the interface can be generated in any language where: +A concrete interface and client code using the interface can be generated for any language where there exist both: * a language mapping specification -* a interface generator +* an interface generator -exists for. - -* The interface generator implements parts of the language mapping specification. +The interface generator implements parts of the language mapping specification. The current problem at hand is to replace a handwritten C API with a pEpACIDlang generated one. This is the document specifying the language mapping for C99.