public inbox for ~johnnyrichard/olang-devel@lists.sr.ht
 help / color / mirror / code / Atom feed
* [PATCH olang v1 0/3] add support to compile extern fn def
@ 2024-10-17  2:04 Johnny Richard
  2024-10-17  0:11 ` Carlos Maniero
                   ` (3 more replies)
  0 siblings, 4 replies; 6+ messages in thread
From: Johnny Richard @ 2024-10-17  2:04 UTC (permalink / raw)
  To: ~johnnyrichard/olang-devel; +Cc: Johnny Richard

Johnny Richard (3):
  lexer: spec: add extern keyword for function def
  parser: support extern function definition
  codegen: x64: compile extern function definition

 docs/info/olang.ebnf                |  2 +-
 src/ast.c                           |  3 ++-
 src/ast.h                           |  2 ++
 src/checker.c                       |  4 ++-
 src/codegen_x86_64.c                |  4 +++
 src/lexer.c                         |  5 ++++
 src/lexer.h                         |  1 +
 src/parser.c                        | 20 ++++++++++++---
 src/pretty_print_ast.c              | 14 +++++++----
 tests/olc/0037_variable_overflow.ol | 39 +++++++++++++++++++++++++++++
 10 files changed, 83 insertions(+), 11 deletions(-)
 create mode 100644 tests/olc/0037_variable_overflow.ol


base-commit: 160969fc5bd259f1fa2dacd2ba85e366d3b8f5d0
-- 
2.46.0


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

end of thread, other threads:[~2024-10-17  0:12 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-10-17  2:04 [PATCH olang v1 0/3] add support to compile extern fn def Johnny Richard
2024-10-17  0:11 ` Carlos Maniero
2024-10-17  2:04 ` [PATCH olang v1 1/3] lexer: spec: add extern keyword for function def Johnny Richard
2024-10-17  0:07   ` [olang/patches/.build.yml] build success builds.sr.ht
2024-10-17  2:04 ` [PATCH olang v1 2/3] parser: support extern function definition Johnny Richard
2024-10-17  2:04 ` [PATCH olang v1 3/3] codegen: x64: compile " 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