From 75d798155902d4f3e5fe64104ffcdaa1890f94b8 Mon Sep 17 00:00:00 2001 From: Ganesh Viswanathan Date: Tue, 19 May 2020 10:39:50 -0500 Subject: Update documentation --- all.html | 2 +- build.html | 109 ++++++++++++-------------- cimport.html | 6 +- dochack.js | 18 ++--- docs.html | 2 +- globals.html | 246 ++++++++++++++-------------------------------------------- globals.idx | 15 +--- paths.html | 2 +- plugin.html | 2 +- theindex.html | 56 +------------ types.html | 2 +- 11 files changed, 128 insertions(+), 332 deletions(-) diff --git a/all.html b/all.html index 53fa960..7ef0edd 100644 --- a/all.html +++ b/all.html @@ -124,7 +124,7 @@ function main() { diff --git a/build.html b/build.html index bfec104..658ee43 100644 --- a/build.html +++ b/build.html @@ -296,8 +296,8 @@ Get project directory for this compilation - returns
proc getNimcacheDir(projectDir = ""): string {...}{.
-    raises: [ValueError, OSError, Exception, IOError, Defect, KeyError], tags: [
-    ExecIOEffect, ReadIOEffect, RootEffect, WriteIOEffect, ReadEnvEffect].}
+ raises: [ValueError, OSError, Exception, IOError, KeyError], tags: [ExecIOEffect, + ReadIOEffect, RootEffect, WriteIOEffect, ReadEnvEffect].}
Get nimcache directory for current compilation or specified projectDir @@ -305,8 +305,8 @@ Get nimcache directory for current compilation or specified
proc getNimConfig(projectDir = ""): Config {...}{.raises: [ValueError, OSError, Exception,
-    IOError, Defect, KeyError], tags: [ExecIOEffect, ReadIOEffect, RootEffect,
-                                   WriteIOEffect, ReadEnvEffect].}
+ IOError, KeyError], tags: [ExecIOEffect, ReadIOEffect, RootEffect, WriteIOEffect, + ReadEnvEffect].}
@@ -314,8 +314,8 @@ Get nimcache directory for current compilation or specified
proc getNimConfigFlags(projectDir = ""): string {...}{.
-    raises: [ValueError, OSError, Exception, IOError, Defect, KeyError], tags: [
-    ExecIOEffect, ReadIOEffect, RootEffect, WriteIOEffect, ReadEnvEffect].}
+ raises: [ValueError, OSError, Exception, IOError, KeyError], tags: [ExecIOEffect, + ReadIOEffect, RootEffect, WriteIOEffect, ReadEnvEffect].}

Get Nim command line configuration flags for projectDir

@@ -325,8 +325,8 @@ Get nimcache directory for current compilation or specified
proc writeNimConfig(cfgFile: string; projectDir = "") {...}{.
-    raises: [ValueError, OSError, Exception, IOError, Defect, KeyError], tags: [
-    ExecIOEffect, ReadIOEffect, RootEffect, WriteIOEffect, ReadEnvEffect].}
+ raises: [ValueError, OSError, Exception, IOError, KeyError], tags: [ExecIOEffect, + ReadIOEffect, RootEffect, WriteIOEffect, ReadEnvEffect].}

Write Nim configuration for projectDir to specified cfgFile

@@ -350,7 +350,7 @@ Sleep at compile time
proc execAction(cmd: string; retry = 0; die = true; cache = false; cacheKey = ""): tuple[
-    output: string, ret: int] {...}{.raises: [ValueError, OSError, Exception, IOError, Defect,
+    output: string, ret: int] {...}{.raises: [ValueError, OSError, Exception, IOError,
                                     KeyError], tags: [ExecIOEffect, ReadIOEffect,
     RootEffect, WriteIOEffect, ReadEnvEffect, ReadDirEffect].}
@@ -363,7 +363,7 @@ Sleep at compile time
proc findExe(exe: string): string {...}{.raises: [ValueError, OSError, Exception, IOError,
-                                        Defect, KeyError], tags: [ExecIOEffect,
+                                        KeyError], tags: [ExecIOEffect,
     ReadIOEffect, RootEffect, WriteIOEffect, ReadEnvEffect, ReadDirEffect].}
@@ -371,9 +371,9 @@ Find the specified executable using the -
proc mkDir(dir: string) {...}{.raises: [ValueError, OSError, Exception, IOError, Defect,
-                               KeyError], tags: [ReadDirEffect, ExecIOEffect,
-    ReadIOEffect, RootEffect, WriteIOEffect, ReadEnvEffect].}
+
proc mkDir(dir: string) {...}{.raises: [ValueError, OSError, Exception, IOError, KeyError], tags: [
+    ReadDirEffect, ExecIOEffect, ReadIOEffect, RootEffect, WriteIOEffect,
+    ReadEnvEffect].}

Create a directory at compile time

@@ -383,9 +383,8 @@ Find the specified executable using the
proc cpFile(source, dest: string; move = false) {...}{.
-    raises: [ValueError, OSError, Exception, IOError, Defect, KeyError], tags: [
-    ExecIOEffect, ReadIOEffect, RootEffect, WriteIOEffect, ReadEnvEffect,
-    ReadDirEffect].}
+ raises: [ValueError, OSError, Exception, IOError, KeyError], tags: [ExecIOEffect, + ReadIOEffect, RootEffect, WriteIOEffect, ReadEnvEffect, ReadDirEffect].}
Copy a file from source to dest at compile time @@ -393,7 +392,7 @@ Copy a file from source
proc mvFile(source, dest: string) {...}{.raises: [ValueError, OSError, Exception, IOError,
-                                        Defect, KeyError], tags: [ExecIOEffect,
+                                        KeyError], tags: [ExecIOEffect,
     ReadIOEffect, RootEffect, WriteIOEffect, ReadEnvEffect, ReadDirEffect].}
@@ -402,17 +401,17 @@ Move a file from source
proc rmFile(source: string; dir = false) {...}{.raises: [ValueError, OSError, Exception,
-    IOError, Defect, KeyError], tags: [ReadDirEffect, ExecIOEffect, ReadIOEffect,
-                                   RootEffect, WriteIOEffect, ReadEnvEffect].}
+ IOError, KeyError], tags: [ReadDirEffect, ExecIOEffect, ReadIOEffect, RootEffect, + WriteIOEffect, ReadEnvEffect].}
Remove a file or pattern at compile time
-
proc rmDir(dir: string) {...}{.raises: [ValueError, OSError, Exception, IOError, Defect,
-                               KeyError], tags: [ReadDirEffect, ExecIOEffect,
-    ReadIOEffect, RootEffect, WriteIOEffect, ReadEnvEffect].}
+
proc rmDir(dir: string) {...}{.raises: [ValueError, OSError, Exception, IOError, KeyError], tags: [
+    ReadDirEffect, ExecIOEffect, ReadIOEffect, RootEffect, WriteIOEffect,
+    ReadEnvEffect].}
Remove a directory or pattern at compile time @@ -420,9 +419,8 @@ Remove a directory or pattern at compile time
proc getProjectCacheDir(name: string; forceClean = true): string {...}{.
-    raises: [ValueError, OSError, Exception, IOError, Defect, KeyError], tags: [
-    ExecIOEffect, ReadIOEffect, RootEffect, WriteIOEffect, ReadEnvEffect,
-    ReadDirEffect].}
+ raises: [ValueError, OSError, Exception, IOError, KeyError], tags: [ExecIOEffect, + ReadIOEffect, RootEffect, WriteIOEffect, ReadEnvEffect, ReadDirEffect].}

Get a cache directory where all nimterop artifacts can be stored

@@ -440,8 +438,8 @@ Remove a directory or pattern at compile time
proc extractZip(zipfile, outdir: string) {...}{.raises: [ValueError, OSError, Exception,
-    IOError, Defect, KeyError], tags: [ExecIOEffect, ReadIOEffect, RootEffect,
-                                   WriteIOEffect, ReadEnvEffect, ReadDirEffect].}
+ IOError, KeyError], tags: [ExecIOEffect, ReadIOEffect, RootEffect, WriteIOEffect, + ReadEnvEffect, ReadDirEffect].}
Extract a zip file using powershell on Windows and unzip on other systems to the specified output directory @@ -449,8 +447,8 @@ Extract a zip file using powershe
proc extractTar(tarfile, outdir: string) {...}{.raises: [ValueError, OSError, Exception,
-    IOError, Defect, KeyError], tags: [ExecIOEffect, ReadIOEffect, RootEffect,
-                                   WriteIOEffect, ReadEnvEffect, ReadDirEffect].}
+ IOError, KeyError], tags: [ExecIOEffect, ReadIOEffect, RootEffect, WriteIOEffect, + ReadEnvEffect, ReadDirEffect].}
Extract a tar file using tar, 7z or 7za to the specified output directory @@ -458,8 +456,8 @@ Extract a tar file using tar
proc downloadUrl(url, outdir: string) {...}{.raises: [ValueError, OSError, Exception,
-    IOError, Defect, KeyError], tags: [ReadDirEffect, ExecIOEffect, ReadIOEffect,
-                                   RootEffect, WriteIOEffect, ReadEnvEffect].}
+ IOError, KeyError], tags: [ReadDirEffect, ExecIOEffect, ReadIOEffect, RootEffect, + WriteIOEffect, ReadEnvEffect].}

Download a file using curl or wget (or powershell on Windows) to the specified directory

@@ -469,8 +467,8 @@ Extract a tar file using tar
proc gitReset(outdir: string) {...}{.raises: [ValueError, OSError, Exception, IOError,
-                                     Defect, KeyError], tags: [ExecIOEffect,
-    ReadIOEffect, RootEffect, WriteIOEffect, ReadEnvEffect, ReadDirEffect].}
+ KeyError], tags: [ExecIOEffect, ReadIOEffect, + RootEffect, WriteIOEffect, ReadEnvEffect, ReadDirEffect].}
Hard reset the git repository at the specified directory @@ -478,8 +476,8 @@ Hard reset the git repository at the specified directory
proc gitCheckout(file, outdir: string) {...}{.raises: [Exception, ValueError, OSError,
-    IOError, Defect, KeyError], tags: [RootEffect, ExecIOEffect, ReadIOEffect,
-                                   WriteIOEffect, ReadEnvEffect, ReadDirEffect].}
+ IOError, KeyError], tags: [RootEffect, ExecIOEffect, ReadIOEffect, WriteIOEffect, + ReadEnvEffect, ReadDirEffect].}

Checkout the specified file in the git repository at outdir

@@ -489,9 +487,8 @@ Hard reset the git repository at the specified directory
proc gitPull(url: string; outdir = ""; plist = ""; checkout = "") {...}{.
-    raises: [ValueError, OSError, Exception, IOError, Defect, KeyError], tags: [
-    ReadDirEffect, ExecIOEffect, ReadIOEffect, RootEffect, WriteIOEffect,
-    ReadEnvEffect].}
+ raises: [ValueError, OSError, Exception, IOError, KeyError], tags: [ReadDirEffect, + ExecIOEffect, ReadIOEffect, RootEffect, WriteIOEffect, ReadEnvEffect].}

Pull the specified git repository to the output directory

@@ -502,9 +499,8 @@ Hard reset the git repository at the specified directory
proc findFile(file: string; dir: string; recurse = true; first = false; regex = false): string {...}{.
-    raises: [ValueError, OSError, Exception, IOError, Defect, KeyError], tags: [
-    ExecIOEffect, ReadIOEffect, RootEffect, WriteIOEffect, ReadEnvEffect,
-    ReadDirEffect].}
+ raises: [ValueError, OSError, Exception, IOError, KeyError], tags: [ExecIOEffect, + ReadIOEffect, RootEffect, WriteIOEffect, ReadEnvEffect, ReadDirEffect].}

Find the file in the specified directory

@@ -529,9 +525,8 @@ Hard reset the git repository at the specified directory
proc linkLibs(names: openArray[string]; staticLink = true): string {...}{.
-    raises: [ValueError, OSError, Exception, IOError, Defect, KeyError], tags: [
-    ExecIOEffect, ReadIOEffect, RootEffect, WriteIOEffect, ReadEnvEffect,
-    ReadDirEffect].}
+ raises: [ValueError, OSError, Exception, IOError, KeyError], tags: [ExecIOEffect, + ReadIOEffect, RootEffect, WriteIOEffect, ReadEnvEffect, ReadDirEffect].}

Create linker flags for specified libraries

@@ -541,9 +536,8 @@ Hard reset the git repository at the specified directory
proc configure(path, check: string; flags = "") {...}{.
-    raises: [ValueError, OSError, Exception, IOError, Defect, KeyError], tags: [
-    ReadDirEffect, ExecIOEffect, ReadIOEffect, RootEffect, WriteIOEffect,
-    ReadEnvEffect].}
+ raises: [ValueError, OSError, Exception, IOError, KeyError], tags: [ReadDirEffect, + ExecIOEffect, ReadIOEffect, RootEffect, WriteIOEffect, ReadEnvEffect].}

Run the GNU configure command to generate all Makefiles or other build scripts in the specified path

@@ -601,8 +595,8 @@ Set a cmake directive
proc cmake(path, check, flags: string) {...}{.raises: [ValueError, OSError, Exception,
-    IOError, Defect, KeyError], tags: [ReadDirEffect, ExecIOEffect, ReadIOEffect,
-                                   RootEffect, WriteIOEffect, ReadEnvEffect].}
+ IOError, KeyError], tags: [ReadDirEffect, ExecIOEffect, ReadIOEffect, RootEffect, + WriteIOEffect, ReadEnvEffect].}

Run the cmake command to generate all Makefiles or other build scripts in the specified path

@@ -614,9 +608,8 @@ Set a cmake directive
proc make(path, check: string; flags = ""; regex = false) {...}{.
-    raises: [ValueError, OSError, Exception, IOError, Defect, KeyError], tags: [
-    ExecIOEffect, ReadIOEffect, RootEffect, WriteIOEffect, ReadEnvEffect,
-    ReadDirEffect].}
+ raises: [ValueError, OSError, Exception, IOError, KeyError], tags: [ExecIOEffect, + ReadIOEffect, RootEffect, WriteIOEffect, ReadEnvEffect, ReadDirEffect].}

Run the make command to build all binaries in the specified path

@@ -650,9 +643,8 @@ Produces a GCC argument that explicitly sets the language mode to be used by the
proc getGccPaths(mode: string): seq[string] {...}{.
-    raises: [ValueError, OSError, Exception, IOError, Defect, KeyError], tags: [
-    ExecIOEffect, ReadIOEffect, RootEffect, WriteIOEffect, ReadEnvEffect,
-    ReadDirEffect].}
+ raises: [ValueError, OSError, Exception, IOError, KeyError], tags: [ExecIOEffect, + ReadIOEffect, RootEffect, WriteIOEffect, ReadEnvEffect, ReadDirEffect].}
@@ -660,9 +652,8 @@ Produces a GCC argument that explicitly sets the language mode to be used by the
proc getGccLibPaths(mode: string): seq[string] {...}{.
-    raises: [ValueError, OSError, Exception, IOError, Defect, KeyError], tags: [
-    ExecIOEffect, ReadIOEffect, RootEffect, WriteIOEffect, ReadEnvEffect,
-    ReadDirEffect].}
+ raises: [ValueError, OSError, Exception, IOError, KeyError], tags: [ExecIOEffect, + ReadIOEffect, RootEffect, WriteIOEffect, ReadEnvEffect, ReadDirEffect].}
@@ -739,7 +730,7 @@ Check if -d:xxx is se diff --git a/cimport.html b/cimport.html index 503c6ae..ebe1ff4 100644 --- a/cimport.html +++ b/cimport.html @@ -228,8 +228,8 @@ Add directory dir to
proc cAddStdDir(mode = "c") {...}{.compileTime, raises: [ValueError, OSError, Exception,
-    IOError, Defect, KeyError], tags: [ExecIOEffect, ReadIOEffect, RootEffect,
-                                   WriteIOEffect, ReadEnvEffect, ReadDirEffect].}
+ IOError, KeyError], tags: [ExecIOEffect, ReadIOEffect, RootEffect, WriteIOEffect, + ReadEnvEffect, ReadDirEffect].}
Add the standard c [default] or cpp include paths to search path used in calls to cSearchPath() @@ -405,7 +405,7 @@ Add an include directory that is forwarded to the C/C++ preprocessor if called w diff --git a/dochack.js b/dochack.js index 0a3a407..cc13bc6 100644 --- a/dochack.js +++ b/dochack.js @@ -1,4 +1,4 @@ -/* Generated by the Nim Compiler v1.3.3 */ +/* Generated by the Nim Compiler v1.3.5 */ var framePtr = null; var excHandler = 0; var lastJSError = null; @@ -417,7 +417,7 @@ function toJSStr(s_11215096) { var Tmp5; var Tmp7; - var result_11215097 = ""; + var result_11215097 = null; var res_11215170 = newSeq_11215128((s_11215096).length); var i_11215172 = 0; @@ -472,7 +472,7 @@ function toJSStr(s_11215096) { j_11215174 += 1; } } while(false); - if (res_11215170.length < j_11215174) { for (var i=res_11215170.length;i
- Made with Nim. Generated: 2020-05-11 03:35:43 UTC + Made with Nim. Generated: 2020-05-19 15:39:46 UTC diff --git a/globals.html b/globals.html index be61262..034dd8f 100644 --- a/globals.html +++ b/globals.html @@ -97,30 +97,12 @@ function main() {
    -
  • - Imports -
      - -
    -
  • Types
      -
    • Kind
    • -
    • Ast
    • -
    • AstTable
    • +
    • Feature
    • State
    • -
    • Feature
    • + currentExpr*, currentTyCastName*: string + skipIdentValidation*: bool + constStr*, enumStr*, procStr*, typeStr*: string + commentStr*, debugStr*, skipStr*: string + data*: seq[tuple[name, val: string]] + nodeBranch*: seq[string] + + else: + compile*: seq[string] + nocache*: bool + overrides*: string + pluginSource*: string + searchDirs*: seq[string]">State
  • @@ -184,30 +166,6 @@ function main() {
-
  • - Consts - -
  • Templates
      @@ -215,10 +173,6 @@ function main() { title="nBl(s: typed): untyped">nBl
    • Bl
    • -
    • gecho
    • -
    • decho
  • @@ -230,40 +184,12 @@ function main() {

    - -
    +

    Types

    - -
    Kind = enum
    -  exactlyOne, oneOrMore, zeroOrMore, zeroOrOne, orWithNext
    -
    - - - -
    - -
    Ast = object
    -  name*: string
    -  kind*: Kind
    -  recursive*: bool
    -  children*: seq[ref Ast]
    -  when defined(TOAST):
    -      tonim*: proc (ast: ref Ast; node: TSNode; gState: State)
    -
    -  regex*: Regex
    -
    -
    - - - -
    - -
    AstTable {...}{.used.} = TableRef[string, seq[ref Ast]]
    + +
    Feature = enum
    +  ast1, ast2
    @@ -290,43 +216,39 @@ function main() { replace*: OrderedTableRef[string, string] suffix*: seq[string] symOverride*: seq[string] - compile*: seq[string] - nocache*: bool - overrides*: string - pluginSource*: string - searchDirs*: seq[string] - code*: string - currentHeader*: string - impShort*: string - outputHandle*: File - sourceFile*: string - onSymbol*, onSymbolOverride*: OnSymbol - onSymbolOverrideFinal*: OnSymbolOverrideFinal - constIdentifiers*: HashSet[string] - identifiers*: TableRef[string, string] - skippedSyms*: HashSet[string] + typeMap*: TableRef[string, string] when defined(TOAST): + code*: string + currentHeader*: string + impShort*: string + outputHandle*: File + sourceFile*: string + onSymbol*, onSymbolOverride*: OnSymbol + onSymbolOverrideFinal*: OnSymbolOverrideFinal + constIdentifiers*: HashSet[string] + identifiers*: TableRef[string, string] + skippedSyms*: HashSet[string] constSection*, enumSection*, pragmaSection*, procSection*, typeSection*, varSection*: PNode identCache*: IdentCache config*: ConfigRef graph*: ModuleGraph identifierNodes*: TableRef[string, PNode] - - currentExpr*, currentTyCastName*: string - constStr*, enumStr*, procStr*, typeStr*: string - commentStr*, debugStr*, skipStr*: string - data*: seq[tuple[name, val: string]] - nodeBranch*: seq[string] - -
    - - - -
    - -
    Feature = enum
    -  ast1, ast2
    + currentExpr*, currentTyCastName*: string + skipIdentValidation*: bool + constStr*, enumStr*, procStr*, typeStr*: string + commentStr*, debugStr*, skipStr*: string + data*: seq[tuple[name, val: string]] + nodeBranch*: seq[string] + + else: + compile*: seq[string] + nocache*: bool + overrides*: string + pluginSource*: string + searchDirs*: seq[string] + +
    @@ -343,44 +265,6 @@ function main() { -
    - -
    -
    -

    Consts

    -
    - -
    gAtoms = (data: [(0, ""), (0, ""), (1614225842, "number_literal"),
    -              (1319695283, "primitive_type"), (1793269124, "field_identifier"),
    -              (0, ""), (3981357206, "sized_type_specifier"), (0, ""), (0, ""),
    -              (2270920025, "identifier"), (2611676809, "type_identifier"),
    -              (826664731, "char_literal"), (0, ""), (0, ""), (0, ""),
    -              (117363871, "preproc_arg")], counter: 8)
    -
    - - - -
    - -
    gExpressions = (data: [(0, ""), (0, ""), (0, ""), (0, ""),
    -                    (1136084212, "bitwise_expression"),
    -                    (3224825605, "math_expression"), (0, ""), (0, ""), (0, ""),
    -                    (0, ""), (0, ""), (0, ""), (0, ""), (928982205, "escape_sequence"),
    -                    (248082302, "parenthesized_expression"),
    -                    (3969200367, "shift_expression")], counter: 5)
    -
    - - - -
    - -
    gEnumVals = ["identifier", "number_literal", "char_literal", "bitwise_expression",
    -           "math_expression", "escape_sequence", "parenthesized_expression",
    -           "shift_expression"]
    -
    - - -
    @@ -400,20 +284,6 @@ function main() { -
    - -
    template gecho(args: string)
    -
    - - - -
    - -
    template decho(args: varargs[string, `$`]): untyped
    -
    - - -
    @@ -425,7 +295,7 @@ function main() { diff --git a/globals.idx b/globals.idx index c9f422e..e03b68a 100644 --- a/globals.idx +++ b/globals.idx @@ -1,20 +1,7 @@ -gAtoms globals.html#gAtoms globals: gAtoms -gExpressions globals.html#gExpressions globals: gExpressions -gEnumVals globals.html#gEnumVals globals: gEnumVals -exactlyOne globals.html#exactlyOne Kind.exactlyOne -oneOrMore globals.html#oneOrMore Kind.oneOrMore -zeroOrMore globals.html#zeroOrMore Kind.zeroOrMore -zeroOrOne globals.html#zeroOrOne Kind.zeroOrOne -orWithNext globals.html#orWithNext Kind.orWithNext -Kind globals.html#Kind globals: Kind -Ast globals.html#Ast globals: Ast -AstTable globals.html#AstTable globals: AstTable -State globals.html#State globals: State ast1 globals.html#ast1 Feature.ast1 ast2 globals.html#ast2 Feature.ast2 Feature globals.html#Feature globals: Feature +State globals.html#State globals: State gStateCT globals.html#gStateCT globals: gStateCT nBl globals.html#nBl.t,typed globals: nBl(s: typed): untyped Bl globals.html#Bl.t,typed globals: Bl(s: typed): untyped -gecho globals.html#gecho.t,string globals: gecho(args: string) -decho globals.html#decho.t,varargs[string,] globals: decho(args: varargs[string, `$`]): untyped diff --git a/paths.html b/paths.html index 4790ce5..78bb847 100644 --- a/paths.html +++ b/paths.html @@ -191,7 +191,7 @@ function main() { diff --git a/plugin.html b/plugin.html index 71f0f2c..4f78a97 100644 --- a/plugin.html +++ b/plugin.html @@ -201,7 +201,7 @@ function main() { diff --git a/theindex.html b/theindex.html index 38c82b6..8c9c79a 100644 --- a/theindex.html +++ b/theindex.html @@ -73,11 +73,7 @@ function main() {

    Index

    Modules: build, cimport, compat, docs, globals, paths, plugin, types.

    API symbols

    -
    Ast:
    -
    ast1:
    -
    AstTable:
    Bl:
    -
    decho:
    defineEnum:
    -
    exactlyOne:
    execAction:
    -
    gAtoms:
    gDebug:
    -
    gecho:
    -
    gEnumVals:
    getCmakeIncludePath:
    -
    gExpressions:
    gitCheckout:
    -
    Kind:
    linkLibs:
    -
    oneOrMore:
    OnSymbol:
    -
    orWithNext:
    ptrdiff_t:
    -
    zeroOrMore:
    -
    zeroOrOne:
    diff --git a/types.html b/types.html index 9643756..9766d67 100644 --- a/types.html +++ b/types.html @@ -198,7 +198,7 @@ function main() { -- cgit v1.2.3