Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Implement .f register. | Kaz Kylheku | 2014-09-21 | 1 | -1/+1 |
| | |||||
* | Implement \n[.$] variable properly. | Kaz Kylheku | 2014-09-15 | 1 | -1/+1 |
| | | | | Make .$ correspond to the number of arguments in the macro call. | ||||
* | Fix \n interpolation; implement while. | Kaz Kylheku | 2014-09-15 | 1 | -0/+1 |
| | | | | | | | | | | | | The \n interpolation was not working: not substituting the result. When this logic was added, then this was happening even during expression evaluation. The right fix seems to be that scan_expression function needs to suppress output! Implemented the .while operator. str_to_code needed to be fixed so it only bangs together up to four characters, so that we can recognize "while" as "whil". Hack hack! Introduced the V4 macro for four character codes. | ||||
* | Initial.man-1.6g | Kaz Kylheku | 2014-09-13 | 1 | -0/+41 |