Skip to content

Latest commit

 

History

History
32 lines (22 loc) · 2.23 KB

README.md

File metadata and controls

32 lines (22 loc) · 2.23 KB

Computational Systems Overview

This repository serves as an introduction and guide to the interconnected fields of computational systems. Our focus spans across various topics including Language Design, Compiler Development, Parser Generators, Static Analysis, Programming Analysis, SAT Solver Systems, Applications of SAT Systems, and Problem Modelling and Solution Interpretation Tools.

High-level Overview of the Field

Computational systems is a vast field with numerous interconnected domains. It covers everything from the design of programming languages, to the development of compilers that translate these languages into machine code, to the creation and application of SAT solvers that can be used to solve complex problems. Each of these areas, while being a deep field of study in its own right, often relies heavily on concepts and tools from the others. Brief Descriptions and Connections between Sub-topics

Each sub-topic within computational systems has its unique applications, methodologies, and contributions to the field. For

brief introductions to these topics and their interconnections, visit the individual repositories linked below:

Links to Individual Repositories and Intersection Master Repository

Understanding the intersection of these topics often provides deeper insights into the field. For a comprehensive understanding of the intersections between these fields, visit the Intersections in Computation repository.

Resources for Further Reading

Here are some resources that provide additional information on computational systems:

Resource 1 Resource 2 Resource 3