issues
search
rtulip
/
haystack
Haystack is a compiled, statically typed, stack-based language with opt-in variable assignment.
MIT License
25
stars
2
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
Break a test
#214
rtulip
closed
1 year ago
1
Move tests out of src
#213
rtulip
closed
1 year ago
0
Sync changes with release
#212
rtulip
closed
1 year ago
0
Move tests out of src
#211
rtulip
closed
1 year ago
0
Update github workflow to run tests on release branch
#210
rtulip
closed
1 year ago
0
Update workflow to run tests on PR to release branch
#209
rtulip
closed
1 year ago
1
Move tests out of src
#208
rtulip
closed
1 year ago
0
Move the `tests` folder outside of `src`
#207
rtulip
closed
1 year ago
1
Improve the Error message if generic arguments cannot be determined
#206
rtulip
opened
1 year ago
0
Adds initial docstrings for ´std/vec´
#205
wfzyx
closed
1 year ago
3
Formalize the type inference system.
#204
rtulip
opened
1 year ago
1
Make a discord space for communication
#203
rtulip
opened
1 year ago
0
Add some underflow/overflow protection to uints operations.
#202
rtulip
opened
1 year ago
0
Add support for different sizes of uints
#201
rtulip
opened
1 year ago
0
Lambdas
#200
rtulip
opened
1 year ago
0
Update while loop in readme to use `do`
#199
rtulip
closed
1 year ago
0
Add `do` to `while` loops to allow for blocks between `while` and body
#198
rtulip
closed
1 year ago
0
Maybe add a `break` for while loops
#197
rtulip
opened
1 year ago
0
Update user defined types and add fizzbuzz
#196
rtulip
closed
1 year ago
0
Change `while` to `while-do`
#195
rtulip
closed
1 year ago
1
Function pointers
#194
rtulip
opened
1 year ago
0
Unary Operators with tuples
#193
rtulip
closed
1 year ago
0
Add support for different number bases
#192
rtulip
closed
1 year ago
0
Improve function call type mismatch error
#191
rtulip
closed
1 year ago
0
Block expr
#190
rtulip
closed
1 year ago
0
Add a stack trace
#189
rtulip
opened
1 year ago
0
Update tutorial
#188
rtulip
closed
1 year ago
1
Stdlib updates
#187
rtulip
closed
1 year ago
0
Deny private cast
#186
rtulip
closed
1 year ago
0
Disallow `cast` for structs with private members in public contexts.
#185
rtulip
closed
1 year ago
0
Tests sometimes fail to find file
#184
rtulip
closed
1 year ago
1
Anonymous Structures
#183
rtulip
closed
1 year ago
0
Unary operator accessor fails with tuples
#182
rtulip
closed
1 year ago
0
Unpack Expression
#181
rtulip
closed
1 year ago
0
Tuple destructuring
#180
rtulip
closed
1 year ago
0
Read/Write ops on zst now do nothing
#179
rtulip
closed
1 year ago
0
Never Type in return signature
#178
rtulip
closed
1 year ago
0
Sum types & `match` expression.
#177
rtulip
closed
1 year ago
0
Variant types
#176
rtulip
closed
1 year ago
0
Tuple expressions don't update type map
#175
rtulip
closed
1 year ago
0
Tuple expressions now add the tuple type to the type-map
#174
rtulip
closed
1 year ago
0
Test missing for as-blocks in tuple expressions
#173
rtulip
opened
1 year ago
0
Tuple Expressions
#172
rtulip
closed
1 year ago
0
Update the tutorial with tuples
#171
rtulip
closed
1 year ago
0
Resolving interfaces needs to be done recursively for generic implementations.
#170
rtulip
opened
1 year ago
0
Improve syntax for tuples.
#169
rtulip
closed
1 year ago
0
Pointer operations with zero sized types causes seg faults.
#168
rtulip
closed
1 year ago
0
Tuple Support
#167
rtulip
closed
1 year ago
0
Unwrap in annotated call
#166
rtulip
closed
1 year ago
0
Recursive types
#165
rtulip
closed
1 year ago
0
Next