From: Johnny Richard <johnny@johnnyrichard.com>
To: ~johnnyrichard/olang-devel@lists.sr.ht
Subject: Re: [RFC PATCH olang v1] docs: create zero programming language specification
Date: Sat, 9 Mar 2024 01:36:03 +0100 [thread overview]
Message-ID: <6ugv2z5v3takatijw47ihopnxkpdttme3amuxy3bkvme52d3gc@yd27sixjsvcc> (raw)
In-Reply-To: <20240309000855.1059007-1-johnny@johnnyrichard.com>
I messed with the grammar, here I have few adjusts.
On Sat, Mar 09, 2024 at 01:05:39AM +0100, Johnny Richard wrote:
> diff --git a/docs/pages/language_specification.md b/docs/pages/language_specification.md
> new file mode 100644
> index 0000000..9d27eda
> --- /dev/null
> +++ b/docs/pages/language_specification.md
> @@ -0,0 +1,41 @@
> +zero programming language specification
> +=======================================
> +
> +ABSTRACT
> +--------
> +
> +This document specifies the semantics and behavior of the Zero Programming
> +Language for compiler programmers be informed how the language is designed.
s/be informed how/be informed on how/
> +This specification is on DRAFT and will evolve through discussions on olang-dev
s/is on DRAFT/is a DRAFT/
> +<identifier> ::= <alpha>+
> + | <alpha>+ <number>*
I missed the recusion here, it should be:
<identifier> ::= <alpha>+
| <alpha>+ <number>* <identifier>
;
> +<type> ::= 'u32 '
s/u32 /u32/
next prev parent reply other threads:[~2024-03-08 23:35 UTC|newest]
Thread overview: 11+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-03-09 0:05 Johnny Richard
2024-03-08 23:09 ` [olang/patches/.build.yml] build success builds.sr.ht
2024-03-14 4:29 ` Ricardo Kagawa
2024-03-14 22:43 ` Johnny Richard
2024-03-09 0:36 ` Johnny Richard [this message]
2024-03-09 5:09 ` [RFC PATCH olang v1] docs: create zero programming language specification Carlos Maniero
2024-03-19 20:21 ` Johnny Richard
2024-03-23 23:31 ` Carlos Maniero
2024-03-15 20:54 Ricardo Kagawa
2024-03-17 15:41 ` Carlos Maniero
2024-03-18 9:58 ` Johnny Richard
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=6ugv2z5v3takatijw47ihopnxkpdttme3amuxy3bkvme52d3gc@yd27sixjsvcc \
--to=johnny@johnnyrichard.com \
--cc=~johnnyrichard/olang-devel@lists.sr.ht \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
Code repositories for project(s) associated with this public inbox
https://git.johnnyrichard.com/olang.git
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox