summary refs log blame commit diff stats
path: root/tests/test_nimscript.nims
blob: d3eb9808e086ca610e0715cdbb47dbba7243871e (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
import macros

echo "Nimscript imports are successful."