summary refs log blame commit diff stats
path: root/tests/test_nimscript.nims
blob: 3efbb0a4c1a87425ed09b388154536e4f82b4251 (plain) (tree)
1
2
3
4
5
6
7
8
9
10
11










                                                                         
         



                 
             

               


              
             

                                        
# 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 os
# import parsecfg
# import parseopt
import parseutils
# import pegs
import deques
import sequtils
import strutils
import tables
import unicode
import uri
import macros

echo "Nimscript imports are successful."