public inbox for ~johnnyrichard/olang-devel@lists.sr.ht
 help / color / mirror / code / Atom feed
* Re: [PATCH olang v1] Revert "docs: spec: postpone assignment operators"
  2024-04-16 23:51 [PATCH olang v1] Revert "docs: spec: postpone assignment operators" Johnny Richard
  2024-04-16 22:56 ` [olang/patches/.build.yml] build success builds.sr.ht
@ 2024-04-16 22:56 ` Carlos Maniero
  2024-04-16 23:56 ` Johnny Richard
  2 siblings, 0 replies; 4+ messages in thread
From: Carlos Maniero @ 2024-04-16 22:56 UTC (permalink / raw)
  To: Johnny Richard, ~johnnyrichard/olang-devel; +Cc: Ricardo Kagawa

Reviewed-By: Carlos Maniero <carlos@maniero.me>

^ permalink raw reply	[flat|nested] 4+ messages in thread

* [olang/patches/.build.yml] build success
  2024-04-16 23:51 [PATCH olang v1] Revert "docs: spec: postpone assignment operators" Johnny Richard
@ 2024-04-16 22:56 ` builds.sr.ht
  2024-04-16 22:56 ` [PATCH olang v1] Revert "docs: spec: postpone assignment operators" Carlos Maniero
  2024-04-16 23:56 ` Johnny Richard
  2 siblings, 0 replies; 4+ messages in thread
From: builds.sr.ht @ 2024-04-16 22:56 UTC (permalink / raw)
  To: Johnny Richard; +Cc: ~johnnyrichard/olang-devel

olang/patches/.build.yml: SUCCESS in 43s

[Revert "docs: spec: postpone assignment operators"][0] from [Johnny Richard][1]

[0]: https://lists.sr.ht/~johnnyrichard/olang-devel/patches/51078
[1]: mailto:johnny@johnnyrichard.com

✓ #1197726 SUCCESS olang/patches/.build.yml https://builds.sr.ht/~johnnyrichard/job/1197726

^ permalink raw reply	[flat|nested] 4+ messages in thread

* [PATCH olang v1] Revert "docs: spec: postpone assignment operators"
@ 2024-04-16 23:51 Johnny Richard
  2024-04-16 22:56 ` [olang/patches/.build.yml] build success builds.sr.ht
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Johnny Richard @ 2024-04-16 23:51 UTC (permalink / raw)
  To: ~johnnyrichard/olang-devel; +Cc: Johnny Richard, Ricardo Kagawa

This reverts commit 00469200f51f96921d31310af587a1f5b808d87a.
---
 docs/pages/language-specification.md | 10 ++++++++++
 1 file changed, 10 insertions(+)

diff --git a/docs/pages/language-specification.md b/docs/pages/language-specification.md
index a9931c1..b5a55c1 100644
--- a/docs/pages/language-specification.md
+++ b/docs/pages/language-specification.md
@@ -48,6 +48,16 @@ language.
 <common-statement>    ::= <variable-definition> | <constant-definition> | <assignment>
 <assignment>          ::= <variable-name> <ows> <assignment-operator> <ows> <expression>
 <assignment-operator> ::= '='
+                        | '*='
+                        | '/='
+                        | '%='
+                        | '+='
+                        | '-='
+                        | '<<='
+                        | '>>='
+                        | '&='
+                        | '^='
+                        | '|='
 
 (* Expressions *)
 <expression> ::= <binary-expression>
-- 
2.44.0


^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [PATCH olang v1] Revert "docs: spec: postpone assignment operators"
  2024-04-16 23:51 [PATCH olang v1] Revert "docs: spec: postpone assignment operators" Johnny Richard
  2024-04-16 22:56 ` [olang/patches/.build.yml] build success builds.sr.ht
  2024-04-16 22:56 ` [PATCH olang v1] Revert "docs: spec: postpone assignment operators" Carlos Maniero
@ 2024-04-16 23:56 ` Johnny Richard
  2 siblings, 0 replies; 4+ messages in thread
From: Johnny Richard @ 2024-04-16 23:56 UTC (permalink / raw)
  To: ~johnnyrichard/olang-devel; +Cc: Ricardo Kagawa

Patch applied! Thanks for reviewing it.

build: https://builds.sr.ht/~johnnyrichard/job/1197727

To git.sr.ht:~johnnyrichard/olang
   59a09b8..dc6b44d  main -> main


^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2024-04-16 22:58 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-04-16 23:51 [PATCH olang v1] Revert "docs: spec: postpone assignment operators" Johnny Richard
2024-04-16 22:56 ` [olang/patches/.build.yml] build success builds.sr.ht
2024-04-16 22:56 ` [PATCH olang v1] Revert "docs: spec: postpone assignment operators" Carlos Maniero
2024-04-16 23:56 ` Johnny Richard

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