started parser

This commit is contained in:
Anthony Scopatz 2015-01-24 00:17:08 -06:00
parent 60bc227963
commit 08528c1574
2 changed files with 1542 additions and 1 deletions

View file

@ -4,7 +4,7 @@ import os
import sys
from collections import Sequence
from pprint import pprint, pformat
sys.path.insert(0, os.path.abspath('..'))
sys.path.insert(0, os.path.abspath('..')) # FIXME
import nose
from nose.tools import assert_equal

1541
xonsh/parser.py Normal file

File diff suppressed because it is too large Load diff