issues
search
adam-mcdaniel
/
oakc
A portable programming language with a compact intermediate representation
Apache License 2.0
729
stars
21
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
Bump bumpalo from 3.7.0 to 3.12.0
#104
dependabot[bot]
opened
1 year ago
0
Bump regex from 1.5.4 to 1.5.5
#103
dependabot[bot]
opened
2 years ago
0
Fix some typos
#102
bichanna
closed
2 years ago
0
fix: correct license
#101
chenrui333
closed
2 years ago
0
ci: add github action
#100
chenrui333
closed
2 years ago
0
add cargo.lock
#99
chenrui333
closed
2 years ago
0
Can we tag the releases?
#98
chenrui333
opened
3 years ago
0
Add C89 as the target
#97
lygstate
opened
3 years ago
0
Compile Time Optimizations
#96
InterestingBrainPoops
opened
3 years ago
0
Fixed how constants are handled between compilation stages
#95
adam-mcdaniel
closed
3 years ago
0
Implement foreign functions to have their own representation in the different IR levels
#94
kevinramharak
closed
7 months ago
2
Compilation process gets a new predefined constants structure each step of the process.
#93
kevinramharak
closed
3 years ago
2
Unexpected or invalid argument '-c'
#92
eruizc-dev
opened
3 years ago
2
Fix/if
#91
adam-mcdaniel
closed
3 years ago
0
Fixed typechecking of function calls and fixed else if statements
#90
adam-mcdaniel
closed
3 years ago
0
C ABI support
#89
guysv
opened
4 years ago
4
Made TirConstant the same as HirConstant, and moved conditional compilation to TIR
#88
adam-mcdaniel
closed
4 years ago
0
Added the % operator
#87
adam-mcdaniel
opened
4 years ago
0
Added setup for core types
#86
adam-mcdaniel
opened
4 years ago
1
Typed constants
#85
adam-mcdaniel
closed
4 years ago
0
Adds a Ruby backend
#84
dospunk
opened
4 years ago
8
Implemented the `extern` keyword
#83
adam-mcdaniel
closed
4 years ago
5
Add iterators
#82
adam-mcdaniel
opened
4 years ago
2
Add `printf` or `println`.
#81
ghost
closed
4 years ago
1
Added a tests directory with a readme on test usage. Added error checks to compare.py
#80
adam-mcdaniel
closed
4 years ago
0
Question: Does Oak translates to C?
#79
ghost
closed
4 years ago
4
More documentation
#78
ghost
opened
4 years ago
4
WIP: add initial mvp for optimizing programs
#77
kevinramharak
closed
7 months ago
0
extern keyword
#76
adam-mcdaniel
closed
4 years ago
1
Dereferenced non-allocated pointer error
#75
adam-mcdaniel
opened
4 years ago
1
Fix include
#74
adam-mcdaniel
closed
4 years ago
1
Textmate Grammar for IDE syntax highlighting
#73
kevinramharak
opened
4 years ago
2
Improved error reporting
#72
kevinramharak
opened
4 years ago
2
Support for binary, octal and hexadecimal integer literals
#71
kevinramharak
opened
4 years ago
3
better implementation of machine_dump for TypeScript backend and a testing script
#70
dospunk
closed
4 years ago
2
Add variadic functions
#69
kevinramharak
opened
4 years ago
10
Include needs to be moved to TIR
#68
adam-mcdaniel
closed
4 years ago
1
Fixed `-o` flag not working for doc subcmd, and markdown changes
#67
adam-mcdaniel
closed
4 years ago
0
doc subcommand markdown issues
#66
kevinramharak
opened
4 years ago
4
Added the `? :` operator for conditional expressions
#65
adam-mcdaniel
closed
4 years ago
0
Changed `isdef` to `is_defined` in examples
#64
adam-mcdaniel
closed
4 years ago
0
fix examples
#63
kevinramharak
closed
4 years ago
3
isdef.ok example is broken
#62
kevinramharak
closed
4 years ago
1
Revert "Revert "Feature/copy drop""
#61
adam-mcdaniel
closed
4 years ago
0
Revert "Feature/copy drop"
#60
adam-mcdaniel
closed
4 years ago
0
Adds a TypeScript target
#59
dospunk
closed
4 years ago
1
Replace `num` with `int` and `float`
#58
adam-mcdaniel
opened
4 years ago
0
Added memory leak error checks at the end of execution
#57
adam-mcdaniel
opened
4 years ago
0
Made the core.c file much smaller
#56
adam-mcdaniel
closed
4 years ago
0
Added support for if-else statements with returns
#55
adam-mcdaniel
closed
4 years ago
0
Next