-
Notifications
You must be signed in to change notification settings - Fork 18
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[WIP] Naomi 5.0.0 #170
base: develop
Are you sure you want to change the base?
[WIP] Naomi 5.0.0 #170
Conversation
I'm noticing this blocking a few other issues. Anything I can do to help move it along? |
I got the build system for:
For the syntaxes I've been looking at how to implement it and optimization algorithms, I'll have something basic done this week:
I'll definitelly need help testing and debugging it because the syntaxes have 200+ files; To simplify testing I am also planning a way to test individual files and put tests near the source files like I do in Jest; |
Can I use this PR? I need JSX, style-components CSS, and PHP working together 🤪 |
I've moved to VS Code. I wasn't able to wait to much. 😬 |
Integration
Build systems
match_words
statement.match_words
becomes just a shortcut for thewords
function which accepts a list of words and returns an optimized regex string.Package/YourPackage/...
;./path...
;src
root~/path...
which will be calculated on a per package basis;Watchers (Auto build on change)
Testing system