[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] Namespaces in OLANG
2024-03-24 2:46 UTC
[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 (11+ messages)
` [PATCH olang v1 1/4] string_view: add string view formatter for printf fmt
` [PATCH olang v1 2/4] string_view: add string view conversion to uint32_t
` [PATCH olang v1 3/4] lexer: add token lookahead capability
` [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 (5+ messages)
` [olang/patches/.build.yml] build success
[PATCH olang v2] cli: replace memory allocation malloc -> arena
2024-02-28 21:56 UTC (3+ messages)
` [olang/patches/.build.yml] build success
[PATCH olang v2] arena: optimization: make arena 8 bits aligned
2024-02-28 14:04 UTC (4+ messages)
` [olang/patches/.build.yml] build success
[PATCH olang] cli: replace memory allocation malloc -> arena
2024-02-28 12:40 UTC (7+ messages)
` [olang/patches/.build.yml] build success
[PATCH olang] arena: optimization: make arena 8 bits aligned
2024-02-28 12:33 UTC (5+ messages)
` [olang/patches/.build.yml] build success
[PATCH olang v2 0/2] introduce hash map data structure
2024-02-27 23:11 UTC (5+ messages)
` [PATCH olang v2 1/2] build: add clean target on root Makefile
` [PATCH olang v2 2/2] utils: create hash map data structure
` [olang/patches/.build.yml] build success
[PATCH olang 0/2] introduce hash map data structure
2024-02-27 20:05 UTC (9+ messages)
` [PATCH olang 1/2] build: add clean target on root Makefile
` [PATCH olang 2/2] utils: create hash map data structure
` [olang/patches/.build.yml] build success
[PATCH olang] test: fix suite name for list_test and arena_test
2024-02-27 15:47 UTC (3+ messages)
` [olang/patches/.build.yml] build success
[PATCH olang] docs: add DCO information on hacking page
2024-02-27 11:55 UTC (4+ messages)
` [olang/patches/.build.yml] build success
[PATCH olang] build: rename 0c.c file to main.c
2024-02-27 2:18 UTC (3+ messages)
` [olang/patches/.build.yml] build success
[POC] Generating DWARF debugging information
2024-02-21 19:31 UTC (2+ messages)
[PATCH olang] utils: add linked-list
2024-02-21 19:23 UTC (3+ messages)
` [olang/patches/.build.yml] build success
[PATCH olang v3] utils: add arena
2024-02-20 20:34 UTC (3+ messages)
` [olang/patches/.build.yml] build success
[PATCH olang v2] utils: add arena
2024-02-20 19:13 UTC (3+ messages)
` [olang/patches/.build.yml] build failed
[PATCH olang] utils: add arena
2024-02-20 19:13 UTC (3+ messages)
` [olang/patches/.build.yml] build failed
[PATCH olang v5 0/4] Create --dump-tokens on compiler cli
2024-02-19 21:12 UTC (7+ messages)
` [PATCH olang v5 2/4] lexer: create --dump-tokens cli command
` [PATCH olang v5 3/4] docs: create man page for 0c compiler
` [PATCH olang v5 4/4] lexer: test: add integration tests for --dump-tokens
` [olang/patches/.build.yml] build success
` [PATCH olang v5 1/4] utils: create string_view data structure
[PATCH olang v3 0/2] Create --dump-tokens on compiler cli
2024-02-19 21:07 UTC (6+ messages)
` [PATCH olang v3 2/2] lexer: create --dump-tokens cli command
[PATCH olang v4 0/4] Create --dump-tokens on compiler cli
2024-02-19 21:04 UTC (6+ messages)
` [PATCH olang v4 1/4] utils: create string_view data structure
` [PATCH olang v4 2/4] lexer: create --dump-tokens cli command
` [PATCH olang v4 3/4] docs: create man page for 0c compiler
` [PATCH olang v4 4/4] lexer: test: add integration tests for --dump-tokens
` [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