summary refs log tree commit diff stats
path: root/tests/lexer/tinvalidintegerliteral2.nim
Commit message (Collapse)AuthorAgeFilesLines
* require errormsg to be specified before file.Arne Döring2018-12-111-1/+1
|
* Lexer: do not accept some invalid integer literals (#8089)Hiroki Noda2018-06-271-0/+7
* Lexer: do not accept some invalid integer literals * Use Natural instead of uint, and result variable
n class='oid'>dce0b3b00 ^
506418ef5 ^



dce0b3b00 ^

506418ef5 ^
ec2bc2a50 ^
1f1d85bb9 ^


1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
         
                                                                      
 
                                                                 

                                



                                     

                             
 
                                                                                


                                                                         
#!/bin/sh
# DO NO EDIT DIRECTLY! auto-generated by `nim r tools/ci_generate.nim`

# build development version of the compiler; can be rerun safely.
# arguments can be passed, e.g.:
# CC=gcc ucpu=amd64 uos=darwin

set -u # error on undefined variables
set -e # exit on first error

. ci/funs.sh
nimBuildCsourcesIfNeeded "$@"

echo_run bin/nim c --noNimblePath --skipUserCfg --skipParentCfg --hints:off koch
echo_run ./koch boot -d:release --skipUserCfg --skipParentCfg --hints:off
echo_run ./koch tools --skipUserCfg --skipParentCfg --hints:off