Advertisement
Guest User

Untitled

a guest
Jul 1st, 2015
193
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.82 KB | None | 0 0
  1. # What is this?
  2. This is a XPath, to be parsed with DefiantJS, that can be used to parse the current Asyncify syntax when supplied with a ESPath generator.
  3. ## What is Asyncify?
  4. Asyncify is intended to be an upcoming JS extension allowing to make async code sync and sync code async through special operators modifing the code structure.
  5. ## How do I use this?
  6. Currently there is no implementation, but that will soon be implemented with the upcoming repo snuggles08/asyncify-js. To make your own implementation, use the following mini-specs:
  7. ### Specs
  8. Use an ESPath generator to generate the sample ESPath. Use the XPath on the ESPath with DefiantJS. If there are any matches, use the output to create the output described in the sample input and output. Note that only one XPath has been created at this time, look for updates for more features.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement