Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Update copyright year | Rickard Green | 2021-12-13 | 1 | -1/+1 |
| | |||||
* | YCF: Error exit if unable to transform call to yieldable function | Kjell Winblad | 2021-02-12 | 1 | -0/+3 |
| | |||||
* | YCF: Fix variable substitution bug in YCF_CONSUME_RES(x) statements | Kjell Winblad | 2021-02-12 | 1 | -1/+0 |
| | |||||
* | YCF: Add function prototypes for debug functions | Kjell Winblad | 2021-02-12 | 1 | -0/+1 |
| | | | | | | This commit adds function prototypes for debug functions to avoid compiler warnings when compiling with options that gives warnings for functions without prototypes. | ||||
* | Add Yielding C Fun | Kjell Winblad | 2019-12-11 | 1 | -0/+455 |
Yielding C Fun (YCF) is a tool that generates yieldable versions of functions written in the C programming language. This commit adds the source code of YCF and a text describing the purpose of YCF (`erts/emulator/internal_doc/AutomaticYieldingOfCCode.md`). |