public inbox for ~johnnyrichard/olang-devel@lists.sr.ht
 help / color / mirror / code / Atom feed
* [PATCH olang v1 0/3] Housekeeping: resolve a few FIXMEs related to code style
@ 2024-09-23 10:11 Carlos Maniero
  2024-09-23 10:11 ` [PATCH olang v1 1/3] ast: return_stmt rename expr field and add it to the factory fn Carlos Maniero
                   ` (3 more replies)
  0 siblings, 4 replies; 8+ messages in thread
From: Carlos Maniero @ 2024-09-23 10:11 UTC (permalink / raw)
  To: ~johnnyrichard/olang-devel; +Cc: Carlos Maniero

Carlos Maniero (3):
  ast: return_stmt rename expr field and add it to the factory fn
  codegen: move label_index global variable to the codegen scope
  naming: rename all identifier symbols to id

 src/ast.c                   | 15 ++++++++-------
 src/ast.h                   | 17 ++++++++---------
 src/checker.c               |  4 ++--
 src/codegen_linux_aarch64.c |  6 +++---
 src/codegen_linux_x86_64.c  | 29 +++++++++++++----------------
 src/codegen_linux_x86_64.h  |  1 +
 src/lexer.c                 |  4 ++--
 src/lexer.h                 |  2 +-
 src/parser.c                | 18 ++++++++----------
 src/pretty_print_ast.c      |  8 ++++----
 tests/unit/parser_test.c    |  4 ++--
 11 files changed, 52 insertions(+), 56 deletions(-)


base-commit: 06d186e4631a2de3c768d563fcf35b980633e6e5
-- 
2.34.1


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

end of thread, other threads:[~2024-09-23 11:47 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-09-23 10:11 [PATCH olang v1 0/3] Housekeeping: resolve a few FIXMEs related to code style Carlos Maniero
2024-09-23 10:11 ` [PATCH olang v1 1/3] ast: return_stmt rename expr field and add it to the factory fn Carlos Maniero
2024-09-23 11:02   ` Johnny Richard
2024-09-23 11:47     ` Carlos Maniero
2024-09-23 10:11 ` [PATCH olang v1 2/3] codegen: move label_index global variable to the codegen scope Carlos Maniero
2024-09-23 10:11 ` [PATCH olang v1 3/3] naming: rename all identifier symbols to id Carlos Maniero
2024-09-23 10:12   ` [olang/patches/.build.yml] build success builds.sr.ht
2024-09-23 11:08 ` [PATCH olang v1 0/3] Housekeeping: resolve a few FIXMEs related to code style 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