CHashtag

컴파일러 (구문 분석) 본문

개발 발자취

컴파일러 (구문 분석)

HyoSeong 2022. 1. 11. 01:11
반응형

https://untitledtblog.tistory.com/93

 

[컴파일러] - 구문 분석 (Syntax Analysis) I

1. 개요 컴파일러에서는 구문 분석을 수행하는 모듈을 파서 (parser)라고 한다. 파서는 어휘 분석기에서 생성한 토큰 스트림이 생성 가능한 것인지를 판별하고, 토큰 스트림으로부터 파스 트리 (par

untitledtblog.tistory.com

 

https://github.com/chequer-io/qsi

 

GitHub - chequer-io/qsi: Query Structure Interface

Query Structure Interface. Contribute to chequer-io/qsi development by creating an account on GitHub.

github.com

요즘 관심있게 보고있는 프로젝트

 

코드 한줄한줄 공을들인 느낌이 든다.

처음보는 분야라 아직 이해는 안되지만,, ㅋㅋ

 

 

shproj 란?

https://docs.microsoft.com/en-us/xamarin/cross-platform/app-fundamentals/shared-projects?tabs=windows 

 

Use Shared Projects to Share Code - Xamarin

Shared Projects let you write common code that is referenced by a number of different application projects. The code is compiled as part of each referencing project and can include compiler directives to help incorporate platform-specific functionality int

docs.microsoft.com

 

겉보기에는 class lib랑 비슷해보이는데,,

 

https://stackoverflow.com/questions/30634753/what-is-the-difference-between-a-shared-project-and-a-class-library-in-visual-st

 

What is the difference between a Shared Project and a Class Library in Visual Studio 2015?

I was looking at the new features for Visual Studio 2015 and Shared Project came up a lot but I don't understand how it is different to using a Class Library or a Portable Class Library. Can anyone

stackoverflow.com

 

세상은 넓다,,

반응형