[PATCH olang v1 0/2] refactor: ast: inline union typedefs
2024-08-13 18:16 UTC (3+ messages)
` [PATCH olang v1 1/2] ast: inline ast_literal_value_t union definition
` [PATCH olang v1 2/2] ast: inline ast_node_data_t "
[PATCH olang 0/4] comment based integration tests
2024-08-09 19:42 UTC (7+ messages)
` [PATCH olang 1/4] tests: add comment based integration tests mechanism
` [PATCH olang 2/4] tests: remove previous integration tests structure
` [PATCH olang 3/4] tests: include integration tests for function parser errors
` [PATCH olang 4/4] tests: print integration tests TODOs
` [olang/patches/.build.yml] build success
[PATCH olang v1 0/2] codegen: x86_64: implement binary operations
2024-05-03 2:04 UTC (5+ messages)
` [PATCH olang v1 1/2] codegen: x86_64: extract function to emit expression
` [PATCH olang v1 2/2] codegen: x86_64: implement binary operations
` [olang/patches/.build.yml] build success
[RFC SPEC] Primitive data types and arrays
2024-04-24 18:45 UTC (11+ messages)
[PATCH olang v1] build: rename linter to format to avoid confusion
2024-04-20 13:54 UTC (2+ messages)
` [olang/patches/.build.yml] build failed
[PATCH olang v1] docs: spec: add %, <= and >= binary operators
2024-04-20 10:57 UTC (4+ messages)
` [olang/patches/.build.yml] build success
[PATCH olang v1] parser: fix parse expression with binop chain
2024-04-19 1:41 UTC (3+ messages)
` [olang/patches/.build.yml] build success
[PATCH olang v1] parser: add missing <= and >= binary operators
2024-04-19 1:34 UTC (3+ messages)
` [olang/patches/.build.yml] build success
[PATCH olang v1] codegen: fix filename typo (aaarch64 to aarch64)
2024-04-19 1:29 UTC (2+ messages)
[PATCH olang v1] spec: ebnf: add binary expressions
2024-04-18 23:17 UTC (7+ messages)
` [olang/patches/.build.yml] build success
[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 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 (8+ messages)
` [PATCH olang v1 3/3] cli: add compilation -o option with --save-temps
` [olang/patches/.build.yml] build failed
page: next (older) | prev (newer) | 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