Build your own programming language: a developer's comprehensive guide to crafting, compiling, and implementing programming languages
Gespeichert in:
1. Verfasser: | |
---|---|
Format: | Buch |
Sprache: | English |
Veröffentlicht: |
Birmingham ; Mumbai
Packt
2024
|
Ausgabe: | Second edition: January 2024 |
Schlagworte: | |
Beschreibung: | Table of Contents; Why Build Another Programming Language?; Programming Language Design; Scanning Source Code; Parsing; Syntax Trees; Symbol Tables; Checking Base Types; Checking Types on Arrays, Method Calls, and Structure Accesses; Intermediate Code Generation; Syntax Coloring in an IDE; Preprocessors and Transpilers; Bytecode Interpreters; Generating Bytecode; Native Code Generation; Implementing Operators and Built-In Functions; Domain Control Structures; Garbage Collection; Final Thoughts; Appendix: Unicon Essentials; Answers |
Beschreibung: | 526 Seiten Illustrationen 235 mm |
ISBN: | 9781804618028 |
Internformat
MARC
LEADER | 00000nam a2200000 c 4500 | ||
---|---|---|---|
001 | BV049609298 | ||
003 | DE-604 | ||
005 | 20240524 | ||
007 | t | ||
008 | 240312s2024 a||| |||| 00||| eng d | ||
020 | |a 9781804618028 |9 978-1-80461-802-8 | ||
035 | |a (OCoLC)1437847865 | ||
035 | |a (DE-599)BVBBV049609298 | ||
040 | |a DE-604 |b ger |e rda | ||
041 | 0 | |a eng | |
049 | |a DE-29T | ||
100 | 1 | |a Jeffery, Clinton L. |d 1965- |e Verfasser |0 (DE-588)121291588 |4 aut | |
245 | 1 | 0 | |a Build your own programming language |b a developer's comprehensive guide to crafting, compiling, and implementing programming languages |c Clinton L. Jeffery |
250 | |a Second edition: January 2024 | ||
264 | 1 | |a Birmingham ; Mumbai |b Packt |c 2024 | |
300 | |a 526 Seiten |b Illustrationen |c 235 mm | ||
336 | |b txt |2 rdacontent | ||
337 | |b n |2 rdamedia | ||
338 | |b nc |2 rdacarrier | ||
500 | |a Table of Contents; Why Build Another Programming Language?; Programming Language Design; Scanning Source Code; Parsing; Syntax Trees; Symbol Tables; Checking Base Types; Checking Types on Arrays, Method Calls, and Structure Accesses; Intermediate Code Generation; Syntax Coloring in an IDE; Preprocessors and Transpilers; Bytecode Interpreters; Generating Bytecode; Native Code Generation; Implementing Operators and Built-In Functions; Domain Control Structures; Garbage Collection; Final Thoughts; Appendix: Unicon Essentials; Answers | ||
650 | 4 | |a bicssc / Systems analysis & design | |
650 | 4 | |a bicssc / Compilers | |
650 | 4 | |a bisacsh / COMPUTERS / Software Development & Engineering / Systems Analysis & Design | |
650 | 4 | |a bisacsh / COMPUTERS / Programming / Compilers | |
650 | 4 | |a Compilers Computer programs - Design | |
650 | 4 | |a Programming languages Electronic computers |
Datensatz im Suchindex
_version_ | 1805081974883221504 |
---|---|
adam_text | |
adam_txt | |
any_adam_object | |
any_adam_object_boolean | |
author | Jeffery, Clinton L. 1965- |
author_GND | (DE-588)121291588 |
author_facet | Jeffery, Clinton L. 1965- |
author_role | aut |
author_sort | Jeffery, Clinton L. 1965- |
author_variant | c l j cl clj |
building | Verbundindex |
bvnumber | BV049609298 |
ctrlnum | (OCoLC)1437847865 (DE-599)BVBBV049609298 |
edition | Second edition: January 2024 |
format | Book |
fullrecord | <?xml version="1.0" encoding="UTF-8"?><collection xmlns="http://www.loc.gov/MARC21/slim"><record><leader>00000nam a2200000 c 4500</leader><controlfield tag="001">BV049609298</controlfield><controlfield tag="003">DE-604</controlfield><controlfield tag="005">20240524</controlfield><controlfield tag="007">t</controlfield><controlfield tag="008">240312s2024 a||| |||| 00||| eng d</controlfield><datafield tag="020" ind1=" " ind2=" "><subfield code="a">9781804618028</subfield><subfield code="9">978-1-80461-802-8</subfield></datafield><datafield tag="035" ind1=" " ind2=" "><subfield code="a">(OCoLC)1437847865</subfield></datafield><datafield tag="035" ind1=" " ind2=" "><subfield code="a">(DE-599)BVBBV049609298</subfield></datafield><datafield tag="040" ind1=" " ind2=" "><subfield code="a">DE-604</subfield><subfield code="b">ger</subfield><subfield code="e">rda</subfield></datafield><datafield tag="041" ind1="0" ind2=" "><subfield code="a">eng</subfield></datafield><datafield tag="049" ind1=" " ind2=" "><subfield code="a">DE-29T</subfield></datafield><datafield tag="100" ind1="1" ind2=" "><subfield code="a">Jeffery, Clinton L.</subfield><subfield code="d">1965-</subfield><subfield code="e">Verfasser</subfield><subfield code="0">(DE-588)121291588</subfield><subfield code="4">aut</subfield></datafield><datafield tag="245" ind1="1" ind2="0"><subfield code="a">Build your own programming language</subfield><subfield code="b">a developer's comprehensive guide to crafting, compiling, and implementing programming languages</subfield><subfield code="c">Clinton L. Jeffery</subfield></datafield><datafield tag="250" ind1=" " ind2=" "><subfield code="a">Second edition: January 2024</subfield></datafield><datafield tag="264" ind1=" " ind2="1"><subfield code="a">Birmingham ; Mumbai</subfield><subfield code="b">Packt</subfield><subfield code="c">2024</subfield></datafield><datafield tag="300" ind1=" " ind2=" "><subfield code="a">526 Seiten</subfield><subfield code="b">Illustrationen</subfield><subfield code="c">235 mm</subfield></datafield><datafield tag="336" ind1=" " ind2=" "><subfield code="b">txt</subfield><subfield code="2">rdacontent</subfield></datafield><datafield tag="337" ind1=" " ind2=" "><subfield code="b">n</subfield><subfield code="2">rdamedia</subfield></datafield><datafield tag="338" ind1=" " ind2=" "><subfield code="b">nc</subfield><subfield code="2">rdacarrier</subfield></datafield><datafield tag="500" ind1=" " ind2=" "><subfield code="a">Table of Contents; Why Build Another Programming Language?; Programming Language Design; Scanning Source Code; Parsing; Syntax Trees; Symbol Tables; Checking Base Types; Checking Types on Arrays, Method Calls, and Structure Accesses; Intermediate Code Generation; Syntax Coloring in an IDE; Preprocessors and Transpilers; Bytecode Interpreters; Generating Bytecode; Native Code Generation; Implementing Operators and Built-In Functions; Domain Control Structures; Garbage Collection; Final Thoughts; Appendix: Unicon Essentials; Answers</subfield></datafield><datafield tag="650" ind1=" " ind2="4"><subfield code="a">bicssc / Systems analysis & design</subfield></datafield><datafield tag="650" ind1=" " ind2="4"><subfield code="a">bicssc / Compilers</subfield></datafield><datafield tag="650" ind1=" " ind2="4"><subfield code="a">bisacsh / COMPUTERS / Software Development & Engineering / Systems Analysis & Design</subfield></datafield><datafield tag="650" ind1=" " ind2="4"><subfield code="a">bisacsh / COMPUTERS / Programming / Compilers</subfield></datafield><datafield tag="650" ind1=" " ind2="4"><subfield code="a">Compilers Computer programs - Design</subfield></datafield><datafield tag="650" ind1=" " ind2="4"><subfield code="a">Programming languages Electronic computers</subfield></datafield></record></collection> |
id | DE-604.BV049609298 |
illustrated | Illustrated |
index_date | 2024-07-03T23:35:54Z |
indexdate | 2024-07-20T07:25:17Z |
institution | BVB |
isbn | 9781804618028 |
language | English |
oai_aleph_id | oai:aleph.bib-bvb.de:BVB01-034953547 |
oclc_num | 1437847865 |
open_access_boolean | |
owner | DE-29T |
owner_facet | DE-29T |
physical | 526 Seiten Illustrationen 235 mm |
publishDate | 2024 |
publishDateSearch | 2024 |
publishDateSort | 2024 |
publisher | Packt |
record_format | marc |
spelling | Jeffery, Clinton L. 1965- Verfasser (DE-588)121291588 aut Build your own programming language a developer's comprehensive guide to crafting, compiling, and implementing programming languages Clinton L. Jeffery Second edition: January 2024 Birmingham ; Mumbai Packt 2024 526 Seiten Illustrationen 235 mm txt rdacontent n rdamedia nc rdacarrier Table of Contents; Why Build Another Programming Language?; Programming Language Design; Scanning Source Code; Parsing; Syntax Trees; Symbol Tables; Checking Base Types; Checking Types on Arrays, Method Calls, and Structure Accesses; Intermediate Code Generation; Syntax Coloring in an IDE; Preprocessors and Transpilers; Bytecode Interpreters; Generating Bytecode; Native Code Generation; Implementing Operators and Built-In Functions; Domain Control Structures; Garbage Collection; Final Thoughts; Appendix: Unicon Essentials; Answers bicssc / Systems analysis & design bicssc / Compilers bisacsh / COMPUTERS / Software Development & Engineering / Systems Analysis & Design bisacsh / COMPUTERS / Programming / Compilers Compilers Computer programs - Design Programming languages Electronic computers |
spellingShingle | Jeffery, Clinton L. 1965- Build your own programming language a developer's comprehensive guide to crafting, compiling, and implementing programming languages bicssc / Systems analysis & design bicssc / Compilers bisacsh / COMPUTERS / Software Development & Engineering / Systems Analysis & Design bisacsh / COMPUTERS / Programming / Compilers Compilers Computer programs - Design Programming languages Electronic computers |
title | Build your own programming language a developer's comprehensive guide to crafting, compiling, and implementing programming languages |
title_auth | Build your own programming language a developer's comprehensive guide to crafting, compiling, and implementing programming languages |
title_exact_search | Build your own programming language a developer's comprehensive guide to crafting, compiling, and implementing programming languages |
title_exact_search_txtP | Build Your Own Programming Language A developer's comprehensive guide to crafting, compiling, and implementing programming languages |
title_full | Build your own programming language a developer's comprehensive guide to crafting, compiling, and implementing programming languages Clinton L. Jeffery |
title_fullStr | Build your own programming language a developer's comprehensive guide to crafting, compiling, and implementing programming languages Clinton L. Jeffery |
title_full_unstemmed | Build your own programming language a developer's comprehensive guide to crafting, compiling, and implementing programming languages Clinton L. Jeffery |
title_short | Build your own programming language |
title_sort | build your own programming language a developer s comprehensive guide to crafting compiling and implementing programming languages |
title_sub | a developer's comprehensive guide to crafting, compiling, and implementing programming languages |
topic | bicssc / Systems analysis & design bicssc / Compilers bisacsh / COMPUTERS / Software Development & Engineering / Systems Analysis & Design bisacsh / COMPUTERS / Programming / Compilers Compilers Computer programs - Design Programming languages Electronic computers |
topic_facet | bicssc / Systems analysis & design bicssc / Compilers bisacsh / COMPUTERS / Software Development & Engineering / Systems Analysis & Design bisacsh / COMPUTERS / Programming / Compilers Compilers Computer programs - Design Programming languages Electronic computers |
work_keys_str_mv | AT jefferyclintonl buildyourownprogramminglanguageadeveloperscomprehensiveguidetocraftingcompilingandimplementingprogramminglanguages |