public inbox for ~johnnyrichard/olang-devel@lists.sr.ht
 help / color / mirror / code / Atom feed
* [PATCH olang v2 0/2] frontend: Add function calls parsing
@ 2024-09-27 23:07 Johnny Richard
  2024-09-27 23:07 ` [PATCH olang v2 1/2] ast: add function call node Johnny Richard
  2024-09-27 23:07 ` [PATCH olang v2 2/2] parser: add support for parsing function calls Johnny Richard
  0 siblings, 2 replies; 5+ messages in thread
From: Johnny Richard @ 2024-09-27 23:07 UTC (permalink / raw)
  To: ~johnnyrichard/olang-devel; +Cc: Johnny Richard

Supersedes patchset 

Message-ID: <20240925232209.54660-1-johnny@johnnyrichard.com>

- v2:
    - fix missing ast_node on scope switch for ast patch

Johnny Richard (2):
  ast: add function call node
  parser: add support for parsing function calls

 src/ast.c                       | 18 ++++++++++
 src/ast.h                       | 12 +++++++
 src/checker.c                   | 29 ++++++++++++++--
 src/parser.c                    | 59 +++++++++++++++++++++++++++++++--
 src/pretty_print_ast.c          | 17 ++++++++++
 tests/olc/0028_function_call.ol |  7 ++--
 6 files changed, 135 insertions(+), 7 deletions(-)


base-commit: 4f5161741148d2e8a6f6b376fd83864708252e25
-- 
2.46.0


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

end of thread, other threads:[~2024-09-27 21:14 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-09-27 23:07 [PATCH olang v2 0/2] frontend: Add function calls parsing Johnny Richard
2024-09-27 23:07 ` [PATCH olang v2 1/2] ast: add function call node Johnny Richard
2024-09-27 21:11   ` [olang/patches/.build.yml] build success builds.sr.ht
2024-09-27 23:07 ` [PATCH olang v2 2/2] parser: add support for parsing function calls Johnny Richard
2024-09-27 21:14   ` Carlos Maniero

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