부모글 보이기/감추기 AD BLOCK 해제 요청 이 글에는 광고가 많이 들어가 있지 않습니다. adblock을 해제하셔도 글을 읽는데 그다지 부담이 없으니 해제를 부탁드립니다. (연관된 글이 1개 있습니다.) BBI 인터프리터 C/C++ 코드를 C#으로 변환 아래 글에 이어, 인터프리터 어휘 분석 프로그램 - C# 예제 ; https://www.sysnet.pe.kr/2/0/10903 인터프리터 - 역폴란드 표기법을 이용한 식의 분석 - C# 예제 ; https://www.sysnet.pe.kr/2/0/10904 인터프리터 - 재귀적 하향 구문 분석 C# 예제 ; https://www.sysnet.pe.kr/2/0/10907 마지막으로, 만들면서 배우는 인터프리터: 컴파일러 이론으로 만드는 나만의 스크립트 언어 ; http://www.yes24.com/24/goods/7858784?scode=032 책의 BBI Interpreter C/C++ 소스 코드를 C#으로 변환한 것을 올립니다. 사용 방법은 다음과 같은 식입니다. static void Main(string[] args) { string text = File.ReadAllText("sample0.txt"); Interpreter bbi = new Interpreter(); bbi.Convert(text); bbi.SyntaxCheck(); bbi.Execute(); } 비주얼 스튜디오에서 디버그 모드로 한줄 한줄 실행해 보면 눈에 들어오실 것입니다. ^^ (첨부한 파일은 소스 코드입니다.) [이 글에 대해서 여러분들과 의견을 공유하고 싶습니다. 틀리거나 미흡한 부분 또는 의문 사항이 있으시면 언제든 댓글 남겨주십시오.] [다음 글] .NET Framework: 563. 디버깅 용도로 이진 트리의 내용을 출력하는 방법[이전 글] .NET Framework: 561. null 처리된 객체가 왜 GC에 의해 수집되지 않을까요? [연관 글] 인터프리터 원리가 궁금합니다. [최초 등록일: 3/17/2016] [최종 수정일: 4/12/2024] 이 저작물은 크리에이티브 커먼즈 코리아 저작자표시-비영리-변경금지 2.0 대한민국 라이센스에 따라 이용하실 수 있습니다. by SeongTae Jeong, mailto:techsharer at outlook.com 비밀번호 댓글 작성자 2016-03-18 08시47분 Sample 파일까지 친절히 넣어주셨네요 ^^좋은 자료 감사합니다!덕분에 인터프리터 약간이라도 이해를 했네요. 김선우 2016-03-18 02시37분 대부분의 C 코드 문법을 C#에 맞게 변환하느라 네이밍 룰이 엉망입니다. ^^; 그래도 분석하기에는 제가 변환한 C# 버전이 더 편안하지 않을까 싶어 올려 봤습니다. ^^ 정성태 2023-04-27 09시14분 ScriptDOM .NET library for T-SQL parsing is now open source; https://techcommunity.microsoft.com/t5/azure-sql-blog/scriptdom-net-library-for-t-sql-parsing-is-now-open-source/ba-p/3804284-------------------------------AZHenley/teenytinycompiler; https://github.com/AZHenley/teenytinycompilerLet's make a Teeny Tiny compiler, part 1; https://austinhenley.com/blog/teenytinycompiler1.htmlLet's make a Teeny Tiny compiler, part 2; https://austinhenley.com/blog/teenytinycompiler2.htmlLet's make a Teeny Tiny compiler, part 3; https://austinhenley.com/blog/teenytinycompiler3.html 정성태 ... 76 77 78 79 80 81 82 [83] 84 85 86 87 88 89 90 ... NoWriterDateCnt.TitleFile(s) 11895정성태5/12/201922584.NET Framework: 832. ML.NET Model Builder - 회귀(Regression), 다중 분류(Multi-class classification) 예제111894정성태5/10/201924536VS.NET IDE: 135. Visual Studio - ML.NET Model Builder 소개 [5]11893정성태5/10/201920601오류 유형: 535. C# 6.0 이상의 문법을 컴파일 시 오류가 발생한다면?11892정성태5/10/201920500웹: 38. HTTP Cookie의 expires 시간 형식(RFC7231)11891정성태5/9/201923633.NET Framework: 831. (번역글) .NET Internals Cookbook Part 12 - Memory structure, attributes, handles11890정성태5/8/201919296개발 환경 구성: 439. "Visual Studio Enterprise is required to execute the test." 메시지와 관련된 코드 기록11889정성태5/8/201919357개발 환경 구성: 438. mstest, QTAgent의 로그 파일 설정 방법11888정성태5/8/201937267.NET Framework: 830. C# - 비동기 호출을 취소하는 CancellationToken의 간단한 예제 코드 [1]111887정성태5/8/201923088.NET Framework: 829. C# - yield 문을 사용할 수 있는 메서드의 조건11886정성태5/7/201920147오류 유형: 534. mstest.exe 실행 시 "Visual Studio Enterprise is required to execute the test." 오류 [2]11885정성태5/7/201917612오류 유형: 533. mstest.exe 실행 시 "File extension specified '.loadtest' is not a valid test extension." 오류 발생11884정성태5/5/201922541.NET Framework: 828. C# DLL에서 Win32 C/C++처럼 dllexport 함수를 제공하는 방법 - 두 번째 이야기11883정성태5/3/201927530.NET Framework: 827. C# - 인터넷 시간 서버로부터 받은 시간을 윈도우에 적용하는 방법111882정성태5/2/201924006.NET Framework: 826. (번역글) .NET Internals Cookbook Part 11 - Various C# riddles111881정성태4/28/201924106오류 유형: 532. .NET Core 프로젝트로 마이그레이션 시 "CS0579 Duplicate 'System.Reflection.AssemblyCompanyAttribute' attribute" 오류 발생11880정성태4/25/201919856오류 유형: 531. 이벤트 로그 오류 - Task Scheduling Error: m->NextScheduledSPRetry 1547, m->NextScheduledEvent 154711879정성태4/24/201928761.NET Framework: 825. (번역글) .NET Internals Cookbook Part 10 - Threads, Tasks, asynchronous code and others211878정성태4/22/201924035.NET Framework: 824. (번역글) .NET Internals Cookbook Part 9 - Finalizers, queues, card tables and other GC stuff111877정성태4/22/201924244.NET Framework: 823. (번역글) .NET Internals Cookbook Part 8 - C# gotchas111876정성태4/21/201922507.NET Framework: 822. (번역글) .NET Internals Cookbook Part 7 - Word tearing, locking and others111875정성태4/21/201924336오류 유형: 530. Visual Studo에서 .NET Core 프로젝트를 열 때 "One or more errors occurred." 오류 발생11874정성태4/20/201924361.NET Framework: 821. (번역글) .NET Internals Cookbook Part 6 - Object internals111873정성태4/19/201923048.NET Framework: 820. (번역글) .NET Internals Cookbook Part 5 - Methods, parameters, modifiers111872정성태4/17/201923923.NET Framework: 819. (번역글) .NET Internals Cookbook Part 4 - Type members111871정성태4/16/201921807.NET Framework: 818. (번역글) .NET Internals Cookbook Part 3 - Initialization tricks [3]111870정성태4/16/201920691.NET Framework: 817. Process.Start로 실행한 콘솔 프로그램의 출력 결과를 얻는 방법1 ... 76 77 78 79 80 81 82 [83] 84 85 86 87 88 89 90 ...