From owner-freebsd-questions@FreeBSD.ORG Mon Jun 29 02:25:41 2009 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 6EC9D106564A for ; Mon, 29 Jun 2009 02:25:41 +0000 (UTC) (envelope-from aryeh.friedman@gmail.com) Received: from qw-out-2122.google.com (qw-out-2122.google.com [74.125.92.26]) by mx1.freebsd.org (Postfix) with ESMTP id 2125F8FC23 for ; Mon, 29 Jun 2009 02:25:41 +0000 (UTC) (envelope-from aryeh.friedman@gmail.com) Received: by qw-out-2122.google.com with SMTP id 5so559930qwd.7 for ; Sun, 28 Jun 2009 19:25:40 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from :user-agent:mime-version:to:subject:references:in-reply-to :content-type:content-transfer-encoding; bh=s2xXlZZ8be+ZVBrUEiN3LFtmEeyO3MGbqzNPpOl2oVA=; b=OGEIdnbBRxv+meSQJ/gLuDShhF2Tee3SBVr5U+0v7sNRvqnIU63lKckNdbgb9Dyfd4 cRfr0MJA3GSu1KL3bscPS47WwTtIWHPxdAH37dBt4bmTz2mFNEIaWxbETUSdGzhHIqOE IiDgSgdFYV0GmauzZz+RIKC+SZ6qtfE5MsPOE= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:user-agent:mime-version:to:subject:references :in-reply-to:content-type:content-transfer-encoding; b=vlTXLvmeCGsEVL5ibbUmWRmbNEA0pNm0B9eSf1iOIsCwmtV0Ekk4BouTn+IX+5q+Af 8kC3rGjokxOuwb8oaG+cOZFMNMO2vevsYfIPhaEv2ujBLgWzM5MhPu1NM05dqES+3REx fzV4BM09q16tuSbEqx1ebp9qeksXu/a/MEhkk= Received: by 10.224.28.149 with SMTP id m21mr5188603qac.53.1246242340357; Sun, 28 Jun 2009 19:25:40 -0700 (PDT) Received: from aryeh-desktop.istudentunion.com (ool-44c0cd7a.dyn.optonline.net [68.192.205.122]) by mx.google.com with ESMTPS id 6sm13813931qwd.52.2009.06.28.19.25.39 (version=TLSv1/SSLv3 cipher=RC4-MD5); Sun, 28 Jun 2009 19:25:39 -0700 (PDT) Message-ID: <4A482626.2080202@gmail.com> Date: Sun, 28 Jun 2009 22:25:42 -0400 From: "Aryeh M. Friedman" User-Agent: Thunderbird 2.0.0.22 (X11/20090626) MIME-Version: 1.0 To: freebsd-questions@freebsd.org References: <4A48252C.1090808@gmail.com> In-Reply-To: <4A48252C.1090808@gmail.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: what character is a physical newline X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 29 Jun 2009 02:25:41 -0000 Aryeh M. Friedman wrote: > I am writting a parser (tokenizes all characters among other things) > and need to know what control char is equivelent to a newline (I do > not need windows cross compatibility) > Forgot to mention before someone recommends lex/yacc and/or some other parser generator (I am working in Java) there are internal design reasons to my over all project why I am writting a lexer/parser from scratch