Search:

Type: Posts; User: Norm

Search: Search took 0.14 seconds.

  1. Replies
    9
    Views
    1,196

    Re: algorithm to c code

    What I meant was that compilers have a definition of the syntax of the statements of its input that must define all possible programs that it will read. Your "compiler" will need to do the same.
  2. Replies
    9
    Views
    1,196

    Re: algorithm to c code

    You need to define all the possible combinations of input and what will be written out for each input.
  3. Replies
    9
    Views
    1,196

    Re: algorithm to c code

    You need to define the "source" language and what the "compiler" will generate from it.
  4. Replies
    9
    Views
    1,196

    Re: algorithm to c code

    Sounds like you want to write a kind of compiler where the source is the "algorithm" statements and the output is c source code.
Results 1 to 4 of 4