Ecosyste.ms: OpenCollective
An open API service for software projects hosted on Open Collective.
github.com/rizinorg/spp
https://github.com/rizinorg/spp
* spp_error was ignoring the 'echo' value
* experimental: Allow to comment commands ';'
* Fix res...
eae86d08d29819a1dcf42ecb4f7ebcad1617652e authored almost 16 years ago by pancake <[email protected]>
* Add <{error}> statement for the spp parser
78fcde43c100488039bc0e081e9d2024b51d7337 authored almost 16 years ago by pancake <[email protected]>* Do not try to open files starting with '-'
- Workaround for the invalid argument parsing
...
51f584d7595d22f289083cf9cc3327e17d7c93d2 authored almost 16 years ago by pancake <[email protected]>
* Initial implementation of the -I flag for the spp backend
* SPP tags has changed from {{/}} to ...
- Now the child process receives the whole contents in a shot
- Faster and cleaner
- No buf...
- Not yet usable, just detect and regsiter macro definitions
- Add test program
* Add initial...
* Simplify mc_set
* Fclose(out) filedescriptor before exiting
- Some code cleanup and remove unused code/comments
- Remove macro E
- Cleanup some unused code
* Bring back null \n lines in 'mc'
* Reindent the t/nest.mc example ...
- Chop empty lines in mc
- Add a complex conditional tree example for mc
* Add t/nest.mc test program
- Better description of BUGS
76207fb8e145b4f352043a8ca80250f01bbb1b90 authored almost 16 years ago by pancake <[email protected]>
- Allows to do 'hello {{echo world {{echo :D}} !! }}' and so on :)
- Add test program
- ech...
- Used to pipe out-of-tag text to a program
* Use spp_fputs instead of raw fprintf
- Handles ...
b66fa2fed3e805ce0bf8164ec3d3b24c9d5ab76e authored almost 16 years ago by pancake <[email protected]>
- The solution is also weird, but works at least
* Semi nested conditional support for 'mc'
* F...
* Add mc_set/get/add/sub
- Fix 'mc_if'
* Add -L flag to list known keywords for the selected pr...
* Add nonyetworking multiline support with end '\' char
05fc6ca9263924c11a774ffe08e1c2ef30358b6b authored almost 16 years ago by pancake <[email protected]>* Add 'acr' preprocessor backend. Atm its just a dummy PoC
- Only handles PKGNAME and VERSION
...
- supports echo, system, include, if, else, ifnot, ifin, endif
- Adds simple test file
* Fix ...
* Basic conditionals and variable definition working in CPP
- add ifdef, ifndef
* Add copyleft header
* Accelerate lbuf string concatenation
* Handle no-file suplied
* Fixups in...
952962844f2fd5513a41320bf9a7006217105509 authored almost 16 years ago by pancake <[email protected]>
- Automatic build when any dependency has changed
* Full refactoring to support multiple prepro...
8a18ce39fedd5411467168c3bae3158b015cd609 authored almost 16 years ago by pancake <[email protected]>