일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | ||||||
2 | 3 | 4 | 5 | 6 | 7 | 8 |
9 | 10 | 11 | 12 | 13 | 14 | 15 |
16 | 17 | 18 | 19 | 20 | 21 | 22 |
23 | 24 | 25 | 26 | 27 | 28 |
- Process
- programmers
- .net
- windows10
- convert
- IValueConverter
- ListView
- Github
- Visual Studio
- dotNET
- Coding
- C#
- tls
- string
- chashtag
- 코딩테스트
- nullable
- WPF
- File
- windows
- git
- mysql
- csharp
- Microsoft
- coding-test
- logging
- Binding
- commit
- algorithm
- log
- Today
- Total
CHashtag
컴파일러 (구문 분석) 본문
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 란?
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랑 비슷해보이는데,,
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
세상은 넓다,,
'개발 발자취' 카테고리의 다른 글
C# 백준 사용방법 (0) | 2022.02.27 |
---|---|
.NET Framework Client Profile이란 (0) | 2022.02.20 |
.NET 6 supports Apple Silicon (0) | 2022.01.24 |
크몽 서비스 이용료 너무많다. (0) | 2022.01.23 |
PHP 버전 업그레이드, 약타입 언어에 대한 고찰 (0) | 2022.01.19 |