Ahmetcan Aksu

Results 9 issues of Ahmetcan Aksu

Can we get Analog or I2S examples?

https://www.npmjs.com/package/mmm-usonic

Ellie designed to have class constructors with either body or no body. ```ellie class Test { pri v test; co(test); //Automaticly assigned to test variable } ``` ```ellie class Test...

assembly
bytecode

```rs #[derive(Default, Debug)] pub struct ResolvedImport { pub found: bool, pub resolve_error: String, pub hash: usize, //Here pub path: String, pub matched: ImportType, } ``` Hashes are unique identifiers used...

embedded

**Is your request about syntax?** yes **Is your request about runtime?** yes **Describe the request** Ellie should support functions with generics. This will help users to get rid of complex...

enhancement
phase-3

**Is your request about syntax?** Yes **Is your request about runtime?** No **Describe the request** Current parser does not support empty generic construction if generics already defined in type. Example:...

enhancement
parser
phase-3

As planed Ellie is a embed supported language, we can sure use rust in embeded devices but people that wants sandbox scripting engine may want use Ellie in other langs....

phase-3

There is a plan for short types which ellie currently using by default. In future ellie will allow using long ussages too. ```ellie //shortened keywords v test = 123; //normal...

enhancement

Closes #82

bug
enhancement
assembly
embedded
bytecode
compiler