summary refs log blame commit diff stats
path: root/tests/test_nimscript.nims
blob: 2500bac73852680919bc21894362c2933c2fa29d (plain) (tree)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16















                                                                         
             







                                        
# This nimscript is used to test if the following modules can be imported
# http://nim-lang.org/docs/nims.html

import algorithm
import base64
import colors
import hashes
import lists
import math
# import marshal
import options
import ospaths
# import parsecfg
# import parseopt
import parseutils
# import pegs
import deques
import sequtils
import strutils
import subexes
import tables
import unicode
import uri

echo "Nimscript imports are successful."