summary refs log tree commit diff stats
path: root/lib/system/platforms.nim
Commit message (Expand)AuthorAgeFilesLines
* add wasm32 platformJacek Sieka2019-03-031-0/+2
* Nintendo switch support (#8069)Joey2018-06-271-1/+2
* rename 'nimrodVM' to 'nimVM'Andreas Rumpf2018-05-281-2/+2
* Add RISC-V (riscv64) support (#7417)Federico Ceratto2018-04-071-2/+4
* Introduce first class support for Android (#5772)Fredrik Høisæther Rasch2017-08-061-1/+3
* Add mips64 and mips64el CPU platforms (#5866)James Cowgill2017-08-031-0/+4
* add msp430 cpu supportKeerthan Jaic2015-08-261-0/+2
* Add arm64 support (untested)def2015-07-311-0/+2
* Add powerpc64el support (untested)def2015-07-311-0/+2
* Add Mipsel CPU support (untested)def2015-07-311-0/+2
* Happy new year!Guillaume Gelin2015-01-061-1/+1
* final version before removalAraq2014-12-081-0/+74
.Escape */ .highlight .sh { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Heredoc */ .highlight .si { color: #3333bb; background-color: #fff0f0 } /* Literal.String.Interpol */ .highlight .sx { color: #22bb22; background-color: #f0fff0 } /* Literal.String.Other */ .highlight .sr { color: #008800; background-color: #fff0ff } /* Literal.String.Regex */ .highlight .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 */
discard """
  file: "tmissingnl.nim"
  line: 7
  errormsg: "invalid indentation"
"""

import strutils var s: seq[int] = @[0, 1, 2, 3, 4, 5, 6]

#s[1..3] = @[]