Stream icon indicating copy to clipboard operation
Stream copied to clipboard

A compiler and toolchain for the Stream programming language

Results 7 Stream issues
Sort by recently updated
recently updated
newest added

I only have a Mac and have not implemented cross platform support yet. Doing so should be relatively easy, all of the related code is located at the bottom of...

I wasn't sure how to implement autocomplete effectively when I initially built the LSP module, I have some ideas now due to some of the modifications I've made to the...

I'm blind and hence so far have ignored adding syntax highlighting to the LSP module as I have no way to effectively ensure its working as intended. If anyone would...

I've been working on my own for all of this so far and have unfortunately been quite lacks with comments and documentation. I intend to begin fixing this as I...

Over the past few weeks I've been rapidly changing parts of the core compiler including key parts of the AST. This unfortunately has brought the LSP module out of date...

Currently I've not focused on adding operations for some of the number types unless directly needed as I have been focused on more complicated parts of the compiler. These operations...

Currently only i32 and f32s are implemented along with limited u8 for characters. This needs to be expanded however is not a priority at the moment as I am currently...