issues
search
Ratstail91
/
Toy
The Toy Programming Language.
https://toylang.com/
zlib License
231
stars
10
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
Implement Control Flow
#152
Ratstail91
opened
3 days ago
0
Rewrite Tests
#151
Ratstail91
closed
3 days ago
0
Investigate Memory Models
#150
Ratstail91
opened
1 week ago
0
Consider the syntax for complex types
#148
Ratstail91
closed
3 days ago
4
Strings with escaped characters (tabs, etc.) have incorrect token lengths
#147
Ratstail91
closed
2 weeks ago
0
Comparison between types is not correct
#146
Ratstail91
closed
2 weeks ago
0
Implement 'assert' Keyword
#145
Ratstail91
closed
6 days ago
1
Variable Implementation
#144
Ratstail91
closed
2 weeks ago
1
Missed a test for the parser (var declare)
#143
Ratstail91
closed
3 weeks ago
1
Write tests to ensure scripts fail gracefully
#142
Ratstail91
opened
1 month ago
0
Move example scripts into test system.
#141
Ratstail91
closed
1 month ago
1
Could this modulo be replaced with a mask?
#140
Ratstail91
closed
1 month ago
1
Optimisation Opportunities
#137
Ratstail91
closed
1 month ago
1
Should Arrays store Toy_Value as it's elements?
#136
Ratstail91
closed
4 weeks ago
1
If a string is longer than a bucket's remaining space, I should split it up as a node
#135
Ratstail91
closed
1 month ago
1
Should the struct metadata count towards the initial capacity argument?
#134
Ratstail91
closed
1 month ago
1
Duplicate string reduction in routine?
#133
Ratstail91
closed
1 month ago
2
Start on v2-docs
#132
Ratstail91
closed
3 weeks ago
1
Benchmark Allocation Ratios
#131
Ratstail91
closed
2 weeks ago
1
Embed identifier types within strings?
#130
Ratstail91
closed
1 month ago
3
Write and run benchmarks against popular langs
#129
Ratstail91
closed
1 month ago
0
Print the contents of each structure
#128
Ratstail91
closed
2 weeks ago
3
How should runtime script errors be handled?
#127
Ratstail91
closed
1 month ago
0
Bucket memory being allocated and freed with every test
#125
Ratstail91
closed
2 months ago
1
Why is the dictionary probing offset by one?
#122
Ratstail91
closed
1 month ago
0
Could add a simple memset() here.
#121
Ratstail91
closed
1 month ago
0
Remember to disallow booleans as keys in dictionaries.
#120
Ratstail91
closed
1 month ago
0
fix docs error
#118
Ratstail91
closed
9 months ago
0
Add prefix in function for label code
#117
hiperiondev
closed
1 year ago
0
Correct format
#116
hiperiondev
closed
1 year ago
0
Add disassemblre group option
#115
hiperiondev
closed
1 year ago
1
Correct disassembler
#114
hiperiondev
closed
1 year ago
2
Add to alt format relative jumps to labels
#113
hiperiondev
closed
1 year ago
0
Add jump to labels
#111
hiperiondev
closed
1 year ago
1
Add disassembler alternative format
#110
hiperiondev
closed
1 year ago
4
A minor note about duplicate entries in the literal cache, caused by function arguments and returns matching
#109
Ratstail91
closed
6 months ago
0
Adding a fileio library to toy
#108
Add00
closed
9 months ago
17
Extra Scopes used around FOR then-path
#107
Ratstail91
closed
1 year ago
1
Disassembler: Some optimizations
#106
hiperiondev
closed
1 year ago
0
Function exits without clean used stack
#105
hiperiondev
closed
1 year ago
2
Option not included in repl
#103
hiperiondev
closed
1 year ago
1
Index bug found, will sort it later.
#102
Ratstail91
closed
1 year ago
1
Allow for unary +
#101
Ratstail91
closed
1 year ago
1
Fixed minor mistake in math documentation
#100
Add00
closed
1 year ago
0
Fix this.
#99
Ratstail91
closed
1 year ago
0
Remove TOY_OP_TYPE_DECL and TOY_OP_TYPE_DECL_LONG - not used
#98
Ratstail91
closed
1 year ago
0
Is it possible to merge the type and type_intermediate steps within readInterpreterSections?
#97
Ratstail91
closed
1 year ago
0
Added math documentation
#96
Add00
closed
1 year ago
2
Adding a math library to toy
#94
Add00
closed
1 year ago
6
Adding clamp and lerp functions to standard library
#93
Add00
closed
1 year ago
4
Next