summary refs log tree commit diff stats
path: root/tools/nimweb.nim
Commit message (Collapse)AuthorAgeFilesLines
* remove all mentions of doc2, jsondoc2 (except 1 mentioning the alias) (#15683)Timothee Cour2020-11-261-3/+3
|
* deprecate existsDir; use dirExists instead (#14884)Timothee Cour2020-07-031-2/+2
|
* {.deprecated: [existsFile: fileExists].} (#14735)Timothee Cour2020-07-021-4/+4
| | | | | | | | | * {.deprecated: [existsFile: fileExists].} * s/existsFile/fileExists/ except under deps * workaround pending #14819 * fix test
* Remove deprecated stuff from stdlib (#14699)Miran2020-06-171-1/+1
| | | | | | | * update to the latest Jester * remove deprecated procs from some stdlib modules * 'criterion' is not maintained anymore and relies on obsolete stuff
* fix #9647 tmpl=>nimf (#9658)Timothee Cour2018-11-141-1/+1
|
* complete removal of web folder, fixes #9304 (#9310)Miran2018-10-121-5/+0
| | | | | | * complete removal o
//: Beginning of level 3: support for automatically aggregating functions into
//: test suites.
//:
//: (As explained in the transform layer, level 3 runs before level 2. We
//: can't use any of the transforms in previous layers. But we *do* rely on
//: those concepts being present in the input. Particularly labels.)

:(after "Begin Transforms")
// Begin Level-3 Transforms
Transform.push_back(create_test_function);
// End Level-3 Transforms

:(scenario run_test)
% Reg[ESP].u = 0x100;
== 0x1
main:
  e8/call run_tests/disp32  # 5 bytes
  f4/halt                   # 1 byte

test_foo:  # offset 7
  01 d8  # just some unique instruction: add EBX to EAX
  c3/return

# check that code in test_foo ran (implicitly called by run_tests)
+run: inst: 0x00000007

:(
-12/+25
|
* make source code links work againAraq2016-06-071-6/+6
|
* Fixes RSS feed generated by nimweb.Dominik Picheta2016-06-041-22/+23
|
* Fixes website page titles.Dominik Picheta2016-06-041-5/+6
|
* News articles are now placed in separate pages.Dominik Picheta2016-06-041-23/+37
| | | | Also given each rst file its rightful extension.
* Implemented generation of sponsors page + missing assets.Dominik Picheta2016-06-041-1/+36
|
* Generate nre docs with websiteFlaviu Tamas2016-05-131-10/+10
|
* documented NimScriptAraq2015-09-071-2/+2
|
* updated links to source codeAraq2015-06-301-1/+1
|
* renamed writeln to writeLine in toolspatrick dw2015-06-191-3/+3
|
* Replaced deprecated repeatStr() with repeat().Hans Raaf2015-03-041-2/+2
|
* cleanup index generationAraq2015-02-101-1/+1
|
* Happy new year!Guillaume Gelin2015-01-061-2/+2
|
* Merge pull request #1779 from flaviut/ga-docsVarriount2015-01-051-1/+7
|\ | | | | Add google analytics to docs
| * Mostly get analytics working for docsFlaviu Tamas2014-12-251-1/+7
| |
* | website updates; Source links now workAraq2014-12-301-9/+11
| |
* | Renamed Babel to Nimble in lib.txt.Dominik Picheta2014-12-261-2/+2
|/
* Fix source code linksNick Greenfield2014-12-211-8/+8
|
* Merge pull request #1748 from boydgreenfield/improved-doc-stylingAndreas Rumpf2014-12-211-8/+10
|\ | | | | Improved doc styling
| * Update nimweb.nim to work w/ non-hardcoded --docSeeSrcUrl argument to nim docNick Greenfield2014-12-191-8/+10
| |
* | implemented 'koch pdf'Araq2014-12-191-9/+10
|/
* added 'website' option to koch for convenienceAraq2014-12-131-2/+7
|
* website slightly improvedAraq2014-12-111-1/+1
|
* nimweb builds full docs againAraq2014-12-101-7/+11
|
* further website improvementsAraq2014-12-101-0/+1
|
* destuctors are experimental; 'func' is now a keywordAraq2014-12-101-1/+1
|
* new websiteAraq2014-12-101-7/+7
|
* Nimrod -> NimAraq2014-10-311-5/+5
|
* Merge branch 'devel' into bigbreakAraq2014-10-201-6/+12
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: compiler/nim.ini doc/manual.txt doc/tut2.txt koch.nim lib/system/channels.nim readme.txt tools/niminst/niminst.nim tools/nimweb.nim web/download.txt web/news.txt
| * disable 'view source' featureAraq2014-10-201-3/+4
| |
ass="o">= "c3"; result.words.back().metadata.push_back("return"); return result; }