Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [eclipse-dev] where to get started writing a language parser for SWIG
  • From: Manoj Palat <manoj.palat@xxxxxxxxxx>
  • Date: Thu, 21 Apr 2022 05:41:40 +0000
  • Accept-language: en-GB, en-US
  • Arc-authentication-results: i=1; mx.microsoft.com 1; spf=pass smtp.mailfrom=in.ibm.com; dmarc=pass action=none header.from=in.ibm.com; dkim=pass header.d=in.ibm.com; arc=none
  • Arc-message-signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=microsoft.com; s=arcselector9901; h=From:Date:Subject:Message-ID:Content-Type:MIME-Version:X-MS-Exchange-AntiSpam-MessageData-ChunkCount:X-MS-Exchange-AntiSpam-MessageData-0:X-MS-Exchange-AntiSpam-MessageData-1; bh=O0+8Xn9Vp4DfrgyB1rhydOcLA7ddPuBecmobnDT3RGM=; b=HtoEz7T329C+G0OIfhfdcDNKldtomQqhSoKJZ8Vm3OmB4NKP+uX5/50GmhSJRgvAMloSIr5AvSUp9stryy4KOyENdODMa8/7HVl8UeE610A6Gynb3+rgUp2hOpU1hjhTieqyuCaTTlJ3/ClJpY1/lvP0WrLQ9H7foz0Qt+Zc7QPXlbfX+Wl+c3FrE3tw4GwcWjhhDuRwIJqGRrGooahHNnxyOQI3D5qLgzX102BOQ9SgFYCt5StXhfajiswKEBpBBhGDXmMnjfyaa7dJwK7sQK0blyiNZJU2H0GLs25GJNeYuFcR2C1zuu5SwSQuqqgY6hcpScGrv76+WXIsmiemhw==
  • Arc-seal: i=1; a=rsa-sha256; s=arcselector9901; d=microsoft.com; cv=none; b=Mrn3O0XZpIBLy3yNj3m2Q9o08mHJeosj1mNV2pjLYL1NHCeDY1mMKIjy/h86CPJZ/VkoOsQFCQEYTQhkemdk/E+2GgYHOhjYgbuzgFF9Z5IBsW3wRKl44w3n5moxAjFHWTi7cUgs26qYAXjadvCGb1MNKrUqtpL6UL/0b3PDEEVBjGzUjyLiSXSVfqYcOCoMbmfTsClhvpWBss7wai71B+WkAOSs3vHWQIQUqXNGFjcCiZr41oeYy3u0TS7J7/PQnE655DP7l1eGYDHVvlPYMurY+ywVNMqR4+a5LF05pFr+FKC5jfP+i1LAqno+HVogUs7a6z3BQZHyUHdl4HPcHQ==
  • Delivered-to: eclipse-dev@xxxxxxxxxxx
  • List-archive: <https://www.eclipse.org/mailman/private/eclipse-dev/>
  • List-help: <mailto:eclipse-dev-request@eclipse.org?subject=help>
  • List-subscribe: <https://www.eclipse.org/mailman/listinfo/eclipse-dev>, <mailto:eclipse-dev-request@eclipse.org?subject=subscribe>
  • List-unsubscribe: <https://www.eclipse.org/mailman/options/eclipse-dev>, <mailto:eclipse-dev-request@eclipse.org?subject=unsubscribe>
  • Thread-index: AQHYVTaYrhblsz95akWgE8j5eEU5zaz52Zti
  • Thread-topic: [EXTERNAL] [eclipse-dev] where to get started writing a language parser for SWIG

Hi Stephen,

To understand the requirement, checking whether you want to convert the SWIG files into a DOM AST of JDT?

 

Regards,

Manoj

 

From: eclipse-dev <eclipse-dev-bounces@xxxxxxxxxxx> on behalf of Stephen Crowley <stephencrowley214@xxxxxxxxx>
Date: Thursday, 21 April 2022 at 9:46 AM
To: eclipse-dev@xxxxxxxxxxx <eclipse-dev@xxxxxxxxxxx>
Subject: [EXTERNAL] [eclipse-dev] where to get started writing a language parser for SWIG

Hypothetically, what is the proper way to create a mode (im not sure of the proper jargon) to parse SWIG interface files

for syntax hilighting, type hierarchy, etc.

 

Is there some some sort of minimal project I can checkout that does this sorta thing?

 

Thanks in advance

 

--Stephen


Back to the top