David
|
651fa8cde0
|
Merge pull request #158 from birth-software/enable-ci
Enable CI
|
2024-04-22 11:50:08 -06:00 |
|
David Gonzalez Martin
|
5eb77c3daf
|
Enable CI
|
2024-04-22 11:47:39 -06:00 |
|
David
|
0c875c2ba8
|
Merge pull request #157 from birth-software/stdc++-detection
Make libstdc++ detection less hardcoded
|
2024-04-20 10:26:04 -06:00 |
|
David Gonzalez Martin
|
a87f893d57
|
Make libstdc++ detection less hardcoded
|
2024-04-20 10:25:33 -06:00 |
|
David
|
9dae856734
|
Merge pull request #156 from birth-software/delete-libc-files
Delete unneeded libc files
|
2024-04-20 08:44:07 -06:00 |
|
David Gonzalez Martin
|
91002c91c0
|
Delete unneeded libc files
|
2024-04-20 08:43:30 -06:00 |
|
David
|
a38af3bbb6
|
Merge pull request #155 from birth-software/comptime-for
First comptime for implementation
|
2024-04-20 08:28:40 -06:00 |
|
David Gonzalez Martin
|
28776701fc
|
First comptime for implementation
|
2024-04-20 08:25:31 -06:00 |
|
David
|
57a7a07b52
|
Merge pull request #154 from birth-software/more-enum-metaprogramming
More enum metaprogramming
|
2024-04-18 21:47:16 -06:00 |
|
David Gonzalez Martin
|
767c9d3b7a
|
More enum metaprogramming
|
2024-04-18 21:46:48 -06:00 |
|
David
|
6b63c21e03
|
Merge pull request #153 from birth-software/basic-enum-metaprogramming
Basic enum metaprogramming
|
2024-04-18 17:39:36 -06:00 |
|
David Gonzalez Martin
|
99a6b04633
|
Basic enum metaprogramming
|
2024-04-18 17:39:11 -06:00 |
|
David
|
428fe7207b
|
Merge pull request #152 from birth-software/block-termination
Improve handling of block termination in switches
|
2024-04-18 13:25:43 -06:00 |
|
David Gonzalez Martin
|
b4dbf18d4a
|
Improve handling of block termination in switches
|
2024-04-18 13:25:03 -06:00 |
|
David
|
ba4bc3712a
|
Merge pull request #151 from birth-software/continue
Implement continue expression
|
2024-04-18 10:14:42 -06:00 |
|
David Gonzalez Martin
|
213082f532
|
Implement continue expression
|
2024-04-18 10:14:03 -06:00 |
|
David
|
26a21c828e
|
Merge pull request #150 from birth-software/one-complement
One's complement implementation
|
2024-04-18 07:43:36 -06:00 |
|
David Gonzalez Martin
|
2ac5e19b32
|
One's complement implementation
|
2024-04-18 07:41:59 -06:00 |
|
David
|
e2008be871
|
Merge pull request #149 from birth-software/actually-implement-polymorphism-on-functions
Actually implement polymorphism in functions
|
2024-04-17 21:18:55 -06:00 |
|
David Gonzalez Martin
|
d68c2e8fc4
|
Actually implement polymorphism in functions
|
2024-04-17 21:18:21 -06:00 |
|
David
|
812fe0c10d
|
Merge pull request #148 from birth-software/keep-working-on-self-hosted
More self-hosted work
|
2024-04-17 19:17:52 -06:00 |
|
David Gonzalez Martin
|
98dce155c8
|
More self-hosted work
|
2024-04-17 19:17:16 -06:00 |
|
David
|
8a05de3f91
|
Merge pull request #147 from birth-software/native-features
Support native CPU feature detection
|
2024-04-17 12:30:45 -06:00 |
|
David Gonzalez Martin
|
c38306be15
|
Support native CPU feature detection
|
2024-04-17 12:29:37 -06:00 |
|
David Gonzalez Martin
|
9bfb150554
|
Add perf.data to .gitignore
|
2024-04-17 08:38:02 -06:00 |
|
David
|
87b810768b
|
Merge pull request #146 from birth-software/line-count
lexer: count lines
|
2024-04-17 08:30:07 -06:00 |
|
David Gonzalez Martin
|
166e9a5b8e
|
lexer: count lines
|
2024-04-17 08:29:42 -06:00 |
|
David
|
4c84ad0ea0
|
Merge pull request #145 from birth-software/implement-file-reading
Implement file reading in the self-hosted compiler
|
2024-04-17 08:20:30 -06:00 |
|
David Gonzalez Martin
|
e44a6ee8b7
|
Implement file reading in the self-hosted compiler
|
2024-04-17 08:19:35 -06:00 |
|
David
|
ebcb452b9d
|
Merge pull request #144 from birth-software/more-self-hosted-work
More self-hosted work
|
2024-04-16 21:18:41 -06:00 |
|
David Gonzalez Martin
|
49c8f47459
|
More self-hosted work
|
2024-04-16 21:18:07 -06:00 |
|
David
|
70c0a4bbd9
|
Merge pull request #143 from birth-software/fix-windows-debugging
Fix Windows debugging
|
2024-04-15 16:34:27 -06:00 |
|
David Gonzalez Martin
|
a4a9241b09
|
Fix Windows debugging
|
2024-04-15 16:33:48 -06:00 |
|
David
|
2d067f624d
|
Merge pull request #142 from birth-software/some-windows-improvements
Some Windows improvements
|
2024-04-15 09:26:30 -06:00 |
|
David Gonzalez Martin
|
23399c5ea6
|
Some Windows improvements
|
2024-04-15 09:23:58 -06:00 |
|
David
|
1e7248ab0a
|
Merge pull request #141 from birth-software/provide-debug-info-switch
Provide debug info switch
|
2024-04-14 14:39:03 -06:00 |
|
David Gonzalez Martin
|
5bee0d0122
|
Provide debug info switch
|
2024-04-14 14:38:32 -06:00 |
|
David
|
a5f6a05755
|
Merge pull request #140 from birth-software/remove-compiler-dead-code
Remove dead code
|
2024-04-14 10:33:33 -06:00 |
|
David Gonzalez Martin
|
5914c54116
|
Remove dead code
|
2024-04-14 10:32:48 -06:00 |
|
David
|
b6dd3d0807
|
Merge pull request #139 from birth-software/integrate-optimization-pipeline
Integrate optimization pipeline
|
2024-04-14 09:51:07 -06:00 |
|
David Gonzalez Martin
|
801582b56d
|
Integrate optimization pipeline
|
2024-04-14 09:37:28 -06:00 |
|
David
|
a9977e40f8
|
Merge pull request #138 from birth-software/self-hosted-work
Write initial self-hosted code
|
2024-04-13 23:18:17 -06:00 |
|
David Gonzalez Martin
|
203bee684c
|
Write initial self-hosted code
|
2024-04-13 23:16:26 -06:00 |
|
David Gonzalez Martin
|
5473d1c5a9
|
Print some arguments
|
2024-04-11 07:53:04 -06:00 |
|
David
|
995b73ec08
|
Merge pull request #136 from birth-software/self-hosted-test-suite-draft
Test integration draft of the self-hosted compiler
|
2024-04-10 20:55:57 -06:00 |
|
David Gonzalez Martin
|
23b6752e0e
|
Test integration draft of the self-hosted compiler
|
2024-04-10 20:54:31 -06:00 |
|
David
|
83b8429089
|
Merge pull request #135 from birth-software/fix-struct-debug-info
Fix struct debug info
|
2024-04-10 11:07:40 -06:00 |
|
David Gonzalez Martin
|
f2c978fd47
|
Fix struct debug info
|
2024-04-10 11:06:52 -06:00 |
|
David
|
42f7297df7
|
Merge pull request #134 from birth-software/delete-concatenate
Delete concatenate bytes
|
2024-04-10 10:40:04 -06:00 |
|
David Gonzalez Martin
|
9f5ee6bcc3
|
Delete concatenate bytes
|
2024-04-10 10:39:17 -06:00 |
|