Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
Overview
Comment: | Get generic Snit definitions from built-in db in new Nagelfar. |
---|---|
Downloads: | Tarball | ZIP archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA1: |
f4104e1b809e3a58f3baccb39aef5b69 |
User & Date: | peter 2012-08-13 22:18:03.356 |
Context
2012-08-21
| ||
18:58 | Added Revert button in Revision mode check-in: 5987252c92 user: peter tags: trunk | |
2012-08-13
| ||
22:18 | Get generic Snit definitions from built-in db in new Nagelfar. check-in: f4104e1b80 user: peter tags: trunk | |
2012-07-11
| ||
20:07 | Corrected URL check-in: 8396022337 user: peter tags: trunk | |
Changes
Changes to Makefile.
︙ | ︙ | |||
101 102 103 104 105 106 107 | #---------------------------------------------------------------- # Testing #---------------------------------------------------------------- spell: @cat doc/*.txt | ispell -d british -l | sort -u | | | 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 | #---------------------------------------------------------------- # Testing #---------------------------------------------------------------- spell: @cat doc/*.txt | ispell -d british -l | sort -u NAGELFARFLAGS = -s syntaxdb86.tcl -s snitdb.tcl -filter "*Non constant definition*" -quiet # Create a common "header" file for all source files. eskil_h.syntax: $(SRCFILES) src/eskil.syntax @echo Creating syntax header file... @$(NAGELFAR) $(NAGELFARFLAGS) -header eskil_h.syntax $(SRCFILES) check: eskil_h.syntax |
︙ | ︙ |
Changes to src/eskil.syntax.
︙ | ︙ | |||
33 34 35 36 37 38 39 | # Operators ##nagelfar syntax + x* ##nagelfar syntax - x x* ##nagelfar syntax * x* ##nagelfar syntax / x x* | < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < | 33 34 35 36 37 38 39 40 41 42 43 44 45 46 | # Operators ##nagelfar syntax + x* ##nagelfar syntax - x x* ##nagelfar syntax * x* ##nagelfar syntax / x x* # This is the annotation needed for this object definition ##nagelfar syntax eskilprint dc=_obj,eskilprint p* ##nagelfar option eskilprint -file -cpl -cpln -headsize -headleft -headright -headnpages -margin -paper ##nagelfar return eskilprint _obj,eskilprint ##nagelfar subcmd+ _obj,eskilprint text newLine |
︙ | ︙ |