public inbox for ~johnnyrichard/olang-devel@lists.sr.ht
 help / color / mirror / code / Atom feed
[PATCH olang v1] codegen: fix filename typo (aaarch64 to aarch64)
 2024-04-18 22:03 UTC 

[PATCH olang v1] docs: spec: add %, <= and >= binary operators
 2024-04-18 21:58 UTC  (2+ messages)
` [olang/patches/.build.yml] build success

[RFC SPEC] Primitive data types and arrays
 2024-04-17  1:30 UTC  (7+ messages)

[PATCH olang v1] Revert "docs: spec: postpone assignment operators"
 2024-04-16 23:56 UTC  (4+ messages)
` [olang/patches/.build.yml] build success

[PATCH olang v2] docs: spec: add binary expressions
 2024-04-16 23:47 UTC  (4+ messages)
` [olang/patches/.build.yml] build success

[PATCH olang v1] spec: ebnf: add binary expressions
 2024-04-16 23:41 UTC  (6+ messages)
` [olang/patches/.build.yml] build success

[PATCH 0/4] docs: spec: constant initialization and assignments
 2024-04-16 22:35 UTC  (10+ messages)
` [PATCH 1/4] docs: spec: refactor grammar specification
` [PATCH 2/4] docs: spec: immediate constant initialization
` [PATCH 3/4] docs: spec: remove assignment as expression
` [PATCH 4/4] docs: spec: postpone assignment operators

[PATCH olang v1 0/2] docs: variables specification
 2024-04-16 19:01 UTC  (15+ messages)
` [PATCH olang v1 1/2] docs: spec: rename program to translation-unit
` [PATCH olang v1 2/2] docs: spec: add variables and constants specification
  ` [olang/patches/.build.yml] build failed
    ` [PATCH] fixup! docs: spec: add variables and constants specification

[PATCH olang v2 0/2] docs: variables specification
 2024-04-10  7:50 UTC  (6+ messages)
` [PATCH olang v2 1/2] docs: spec: rename program to translation-unit
` [PATCH olang v2 2/2] docs: spec: add variables and constants specification
  ` [olang/patches/.build.yml] build success

[RFC] Namespaces in OLANG
 2024-04-08  2:45 UTC  (7+ messages)

[PATCH olang] linter: turn off clang-format to keep retro compatibility with v16
 2024-03-30  0:54 UTC  (3+ messages)
` [olang/patches/.build.yml] build success

[PATCH olang] site: change look and feel and rewrite home introduction section
 2024-03-29  0:34 UTC  (3+ messages)
` [olang/patches/.build.yml] build success

[PATCH olang v1] fe: lexer: add single line comments support
 2024-03-28 23:53 UTC  (4+ messages)
` [olang/patches/.build.yml] build failed

[PATCH olang v1 0/2] Introduce CLI option for improved AST tree visualization
 2024-03-26  2:35 UTC  (7+ messages)
` [PATCH olang v1 1/2] cli: add new option to pretty print AST tree
` [PATCH olang v1 2/2] cli: remove code duplication
  ` [olang/patches/.build.yml] build failed

[PATCH olang v3] docs: create o programming language spec
 2024-03-24 17:43 UTC  (4+ messages)
` [olang/patches/.build.yml] build success

[PATCH olang v1 0/3] fe: add compiler support to linux aarch64
 2024-03-24 16:22 UTC  (8+ messages)
` [PATCH olang v1 1/3] cli: refactor: move cli parsing to a separted file
` [PATCH olang v1 2/3] cli: add --sysroot and --arch options
` [PATCH olang v1 3/3] codegen: add compiler support to linux aarch64 arch
  ` [olang/patches/.build.yml] build success

[PATCH olang v2] docs: create o programming language spec
 2024-03-24 16:19 UTC  (4+ messages)
` [olang/patches/.build.yml] build success

[RFC PATCH olang v1] docs: create zero programming language specification
 2024-03-23 23:31 UTC  (8+ messages)
` [olang/patches/.build.yml] build success

[PATCH olang v3 0/3] fe: add binary operation expr support
 2024-03-18 21:37 UTC  (6+ messages)
` [PATCH olang v3 1/3] lexer: add tokenize support to binary op tokens
` [PATCH olang v3 2/3] ast: create binary operation ast node
` [PATCH olang v3 3/3] parser: add all binary operation expressions
  ` [olang/patches/.build.yml] build success

[RFC PATCH olang v1] docs: create zero programming language specification
 2024-03-18  9:58 UTC  (3+ messages)

[PATCH olang v2 0/3] frontend: add binary operation expr support
 2024-03-18  8:49 UTC  (7+ messages)
` [PATCH olang v2 1/3] lexer: add tokenize support to binary op tokens
` [PATCH olang v2 2/3] ast: create binary operation ast node
` [PATCH olang v2 3/3] parser: add all binary operation expressions
  ` [olang/patches/.build.yml] build success

[PATCH olang v1 0/3] frontend: add basic arithmetic expr support
 2024-03-17 21:37 UTC  (6+ messages)
` [PATCH olang v1 1/3] lexer: add tokenize support for '+' '/' '*' '-'
` [PATCH olang v1 2/3] ast: create binary operation ast node
` [PATCH olang v1 3/3] parser: add basic arithmetic expressions '+' '*' '/' '-'
  ` [olang/patches/.build.yml] build success

[PATCH olang v3] refactor: rename zero programming language to olang
 2024-03-13 20:35 UTC  (3+ messages)
` [olang/patches/.build.yml] build success

[PATCH olang v3] refactor: rename zero programming language to olang
 2024-03-13 20:30 UTC  (4+ messages)
` [olang/patches/.build.yml] build failed

[PATCH v2] refactor: rename zero programming language to olang
 2024-03-13 20:22 UTC  (3+ messages)

[PATCH olang v1] refactor: rename zero programming language to olang
 2024-03-13 20:17 UTC  (3+ messages)
` [olang/patches/.build.yml] build success

[PATCH olang] site: change dns to o-lang.org
 2024-03-11  8:48 UTC  (2+ messages)
` [olang/patches/.build.yml] build success

[PATCH olang v1] ast: add ast_node root for the entire program
 2024-03-09  3:00 UTC  (3+ messages)
` [olang/patches/.build.yml] build success

[PATCH olang v2 0/3] test: cli: cover compilation pipeline
 2024-03-08 23:59 UTC  (6+ messages)
` [PATCH olang v2 1/3] tests: fix: rename dump tokens test name
` [PATCH olang v2 2/3] tests: decouple command execution from cli_runner
` [PATCH olang v2 3/3] tests: add tests for the minimal possible olang program
  ` [olang/patches/.build.yml] build success

[PATCH olang] parser: abort when parser identifies a syntax error
 2024-03-08 22:52 UTC  (4+ messages)
` [olang/patches/.build.yml] build failed

[PATCH olang 0/3] tests: cli: cover compilation pipeline
 2024-03-08 22:41 UTC  (7+ messages)
` [PATCH olang 1/3] tests: fix: rename dump tokens test name
` [PATCH olang 2/3] tests: decouple command execution from cli_runner
` [PATCH olang 3/3] tests: add tests for the minimal possible olang program
  ` [olang/patches/.build.yml] build success

[PATCH olang v2 0/3] implement assembly linux x86_64 compiler
 2024-03-05 11:36 UTC  (6+ messages)
` [PATCH olang v2 1/3] be: create linux-x86_64 gas asm codegen
` [PATCH olang v2 2/3] string_view: add function to create from cstr
` [PATCH olang v2 3/3] cli: add compilation -o option with --save-temps
  ` [olang/patches/.build.yml] build failed

[PATCH olang v1 0/3] implement assembly linux x86_64 compiler
 2024-03-05  8:53 UTC  (10+ messages)
` [PATCH olang v1 1/3] be: create linux-x86_64 gas asm codegen
` [PATCH olang v1 2/3] string_view: add function to create from cstr
` [PATCH olang v1 3/3] cli: add compilation -o option with --save-temps
  ` [olang/patches/.build.yml] build failed

[PATCH olang] string_view: fix stack buffer overflow on to_u32
 2024-03-02 20:06 UTC  (4+ messages)
` [olang/patches/.build.yml] build failed

[PATCH olang] string_view: add n + 1 test to string_view_to_u32 function
 2024-03-02 19:53 UTC  (3+ messages)
` [olang/patches/.build.yml] build failed

[PATCH olang v1 0/4] create initial syntax analysis logic
 2024-03-01 22:33 UTC  (9+ messages)
` [PATCH olang v1 2/4] string_view: add string view conversion to uint32_t
` [PATCH olang v1 4/4] parser: create simplified parser for tiny AST
  ` [olang/patches/.build.yml] build success

[PATCH olang v2 0/4] create initial syntax analysis logic
 2024-03-01 22:24 UTC  (7+ messages)
` [PATCH olang v2 1/4] string_view: add string view formatter for printf fmt
` [PATCH olang v2 2/4] string_view: add string view conversion to uint32_t
` [PATCH olang v2 3/4] lexer: add token lookahead capability
` [PATCH olang v2 4/4] parser: create simplified parser for tiny AST
  ` [olang/patches/.build.yml] build success

[PATCH olang v3] arena: optimization: ensure alignment memory access
 2024-02-28 22:39 UTC  (4+ messages)

[PATCH olang v2] cli: replace memory allocation malloc -> arena
 2024-02-28 21:56 UTC  (2+ messages)

page:  |  | latest

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