summary refs log tree commit diff stats
path: root/compiler/prefixmatches.nim
Commit message (Collapse)AuthorAgeFilesLines
* move tests under the compiler directory to testament (#16096)flywind2020-11-251-33/+0
|
* Cosmetic compiler cleanup (#12718)Clyybber2019-11-281-4/+3
| | | | | | | | | | | | | | | | | | * Cleanup compiler code base * Unify add calls * Unify len invocations * Unify range operators * Fix oversight * Remove {.procvar.} pragma * initCandidate -> newCandidate where reasonable * Unify safeLen calls
* remove more global variables in the Nim compilerAndreas Rumpf2018-05-271-3/+3
|
* nimsuggest: prefixes of abbreviations don't countAndreas Rumpf2017-03-201-1/+5
|
* nimsuggest: chk checks the full project lazily; much better suggestions ↵Andreas Rumpf2017-03-081-2/+2
| | | | orderings
* nimsuggest: better ordering of symbols (part 1)Andreas Rumpf2017-03-071-0/+86
ighlight .s1 { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Single */ .highlight .ss { color: #aa6600; background-color: #fff0f0 } /* Literal.String.Symbol */ .highlight .bp { color: #003388 } /* Name.Builtin.Pseudo */ .highlight .fm { color: #0066bb; font-weight: bold } /* Name.Function.Magic */ .highlight .vc { color: #336699 } /* Name.Variable.Class */ .highlight .vg { color: #dd7700 } /* Name.Variable.Global */ .highlight .vi { color: #3333bb } /* Name.Variable.Instance */ .highlight .vm { color: #336699 } /* Name.Variable.Magic */ .highlight .il { color: #0000DD; font-weight: bold } /* Literal.Number.Integer.Long */
# quickjs

Run, 

```
qjs fact.js
```

Or compile, 

```
qjsc -o fact fact.js
```