Ahmetcan Aksu
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...
```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...
**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...
**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:...
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....
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...