i just cut and pasted

Joe Groff 2009-07-28 14:38:10 -05:00
parent 76fc1e1d3c
commit 658a49d02d
3 changed files with 5 additions and 2 deletions

View File

@ -1 +1,2 @@
Joe Groff
Maxim Savchenko
Slava Pestov

View File

@ -1,3 +1,5 @@
! Copyright (C) 2009 Maxim Savchenko, Slava Pestov.
! See http://factorcode.org/license.txt for BSD license.
IN: byte-arrays.hex
USING: byte-arrays help.markup help.syntax ;

View File

@ -1,4 +1,4 @@
! Copyright (C) 2009 Joe Groff.
! Copyright (C) 2009 Maxim Savchenko, Slava Pestov.
! See http://factorcode.org/license.txt for BSD license.
USING: grouping lexer ascii parser sequences kernel math.parser ;
IN: byte-arrays.hex