CHatingPython
|
e1ffa8a11d
|
refactor(furc/lexer): improve token peeking
|
2026-08-09 18:32:40 +02:00 |
|
CHatingPython
|
2126b03069
|
feat(furc/parser): add if expression
|
2026-08-09 17:26:21 +02:00 |
|
CHatingPython
|
47e8b1bf51
|
feat(furc/parser): add pre- and post- conditions
|
2026-08-09 17:17:47 +02:00 |
|
CHatingPython
|
7ebc27cab9
|
feat(furc/parser): add while statement
|
2026-08-08 00:07:38 +02:00 |
|
CHatingPython
|
1db13b4e10
|
feat(furc/parser): add return statement
|
2026-08-08 00:07:23 +02:00 |
|
CHatingPython
|
84c6795ff8
|
feat(furc/parser): add if statement
|
2026-08-08 00:04:04 +02:00 |
|
CHatingPython
|
212b1e2384
|
feat(furc/parser): add variable and group expressions
|
2026-08-08 00:03:19 +02:00 |
|
CHatingPython
|
ecdf6944a7
|
feat(furc/lexer): add integers
|
2026-08-07 11:59:45 +02:00 |
|
CHatingPython
|
79b6b9742d
|
feat(furc/parser): parse binary and unary ops
|
2026-08-07 11:24:52 +02:00 |
|
CHatingPython
|
2d40b9337c
|
feat(furc/AST): add binary and unary operations
|
2026-08-07 11:23:16 +02:00 |
|
CHatingPython
|
db485af7f6
|
feat(furc): implement a basic parser
|
2026-08-06 10:54:54 +02:00 |
|
CHatingPython
|
3faafe371f
|
feat(furc): implement lexer
|
2026-08-05 12:35:49 +02:00 |
|
CHatingPython
|
4604f5186e
|
feat(furc): introduce token
|
2026-08-05 11:03:43 +02:00 |
|
CHatingPython
|
224468446d
|
refactor: remove furc for later remake
|
2026-08-04 13:09:46 +02:00 |
|
CHatingPython
|
ee9eadeea8
|
feat: introduce sizeof instruction
Closes: #34
|
2026-07-05 22:33:15 +02:00 |
|
CHatingPython
|
642d57622a
|
feat: introduce pointerof operation
Introduce pointerof operation and do some side-quests along the way.
Refs: #34
Closes: #17
|
2026-07-05 14:54:16 +02:00 |
|
CHatingPython
|
7b609f87c9
|
feat(furc): introduce function call expression and call instruction
|
2026-06-28 13:21:13 +02:00 |
|
CHatingPython
|
0bcbe1d7d1
|
feat(furc): add access specifiers to functions
Introduce public and private access specifiers to functions.
Closes: #26
|
2026-06-28 13:21:05 +02:00 |
|
CHatingPython
|
d8d81851d3
|
feat(furc): introduce native and import functions
Closes: #19
|
2026-06-24 18:26:01 +02:00 |
|
CHatingPython
|
d497e2de45
|
feat: introduce arrow tokens
Refs: #16
|
2026-06-24 15:50:37 +02:00 |
|
CHatingPython
|
70b7b6a2f4
|
feat: introduce parse type function
Refs: #15
|
2026-06-24 15:30:45 +02:00 |
|
CHatingPython
|
0baf896c3a
|
feat: introduce int32 keyword
Refs: #15
|
2026-06-24 15:27:29 +02:00 |
|
CHatingPython
|
8909a0cfff
|
refactor(furc): bring back ADCE to post process
Refs: #12
|
2026-06-23 15:21:12 +02:00 |
|
CHatingPython
|
dad2c180d6
|
refactor(furc): bring back SCCP to post process
Refs: #12
|
2026-06-23 15:15:01 +02:00 |
|
CHatingPython
|
4478a839b7
|
refactor(furc): improve the SSA optimization class
Improve and rename the SSA optimization class to post process.
Refs: #12
|
2026-06-23 14:54:28 +02:00 |
|
CHatingPython
|
190aa8f985
|
refactor(furc): move arena allocator out of the parser
Refs: #12
|
2026-06-20 11:56:15 +02:00 |
|
CHatingPython
|
b35a274e81
|
refactor(furlang/ir): rename module to mod
Refs: #12
|
2026-06-16 11:25:41 +02:00 |
|
CHatingPython
|
a262014348
|
feat(furc/ssa): implement de-ssa phase
Refs: #2
|
2026-06-14 12:52:14 +02:00 |
|
CHatingPython
|
986015bc09
|
feat(furc/ssa): implement copy propagation
Refs: #2
|
2026-06-14 11:59:39 +02:00 |
|
CHatingPython
|
ac1e226b4b
|
feat(furc/ssa): add dead code elimination
Refs: #2
|
2026-06-13 22:33:57 +02:00 |
|
CHatingPython
|
d0f3637539
|
feat(furc/ssa): implement basic constant propagation
Refs: #2
|
2026-06-13 14:46:16 +02:00 |
|
CHatingPython
|
767970c69b
|
feat(furc): introduce while loop statement
Refs: #2
|
2026-06-12 23:10:26 +02:00 |
|
CHatingPython
|
b4fda8d7d0
|
feat(furc): start working on ssa optimizations
Compute dominance frontiers.
Refs: #2
|
2026-06-12 12:21:52 +02:00 |
|
CHatingPython
|
b8e1de8f68
|
refactor(AST): make operation node names consistent
Fixes #5
|
2026-06-03 18:25:18 +02:00 |
|
CHatingPython
|
2cfbc12977
|
refactor(AST): use pointers instead of results inside of AST nodes
|
2026-06-03 18:19:20 +02:00 |
|
CHatingPython
|
ab6b65a70e
|
refactor(result): add print operator to result
Fixes #6
|
2026-06-03 16:06:59 +02:00 |
|
CHatingPython
|
d50bfc868f
|
refactor(AST): improve literals
Changed literal node to templated class and literals to aliases.
|
2026-06-03 14:13:28 +02:00 |
|
CHatingPython
|
af982c11ed
|
refactor(parser): change node handles to node results
Refs: #1
|
2026-06-03 11:57:09 +02:00 |
|
CHatingPython
|
26340c279d
|
refactor(parser): change body_h to body result
Refs: #1
|
2026-06-03 10:45:57 +02:00 |
|
CHatingPython
|
6ce2fba9d2
|
docs: document token error
|
2026-06-03 10:43:25 +02:00 |
|
CHatingPython
|
cb7a348540
|
refactor(lexer): change token_handle to token result
Refs: #1
|
2026-06-02 16:49:40 +02:00 |
|
CHatingPython
|
9eb7d0c68f
|
docs: document parser
|
2026-06-02 12:47:51 +02:00 |
|
CHatingPython
|
16ca41b75a
|
docs: document lexer
|
2026-06-02 12:41:36 +02:00 |
|
CHatingPython
|
72dc7777fb
|
docs: document token
|
2026-06-02 12:28:39 +02:00 |
|
CHatingPython
|
af10dfcd40
|
refactor(parser): organize the includes
|
2026-06-01 21:28:00 +02:00 |
|
CHatingPython
|
62619cd0bc
|
refactor(IR)!: change IR block structure
It now requires an exit instruction.
|
2026-06-01 18:27:36 +02:00 |
|
CHatingPython
|
045ce7be59
|
fix(IR): use register operands instead of variable for local variables
|
2026-06-01 18:06:03 +02:00 |
|
CHatingPython
|
011e0e8bad
|
refactor(furc): introduce ir_register type
|
2026-06-01 17:47:40 +02:00 |
|
CHatingPython
|
6ffe1cefbe
|
refactor(furc): rename some token types to PascalCase
|
2026-06-01 17:37:36 +02:00 |
|
CHatingPython
|
0958389b90
|
refactor(furc): unify visit functions in AST visitor
|
2026-06-01 17:28:40 +02:00 |
|