Wael Boutglay
Wael Boutglay
Hello, I remarked that this error happen (autocompletion & dartanalyser fails) when: 1. pubspec.yaml exists in working dir, and 2. packages directory doesn't exist I fixed that by replacing in...
But why you want really to convert PHP to mammouth?
The problematic of converting PHP to Mammouth, it's that Mammouth is more expressive than PHP, by example loops in Mammouth are used to iterate over arrays, while php ones are...
Hey everybody! Your comments and the download statistics in npm, made me rethink about the future of Mammouth, and I just released (after experience developing compilers in C/C++) that I...
Yes, I am aware PHP parser (written in PHP), but Mammouth is developed in Javascript, so it's better to develop our parser in javascript.
I thought you were talking about [this one](https://github.com/nikic/PHP-Parser), I will check this one so if it's well compatible with our design concept, we will depend on it, otherwise we will...
Depend on how advanced the job we did, we may create a CLI tool that automates the compilation job.
This is one of most complex bug that we have, cause mammouth compiler scoping/context system identifies only variables and functions declared in the current mammouth file or included/imported PHP or...
I'm working on mammouth 4, where plugins development with external APIs (including wordpress...) will be fixed. (I finished my finales today, so I start developing this new version). Thank you...
Ofc We will add one soon, I'm working in the 3rd version now and it will be well commented and documented with a contribution guidelines and solution for many issues!...